Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We cannot fix the Stylint error by using the new CSS media query range syntax, as we will get a new error when trying to compile the CSS. The reason for this is that we use the sassc-rails gem to compile our CSS, this includes the deprecated LibSass library which does not understand the new CSS media query range syntax. This can be fixed either by: - Disabling the failing stylelint rules // stylelint-disable-line foo - Moving to DartSass (Not immediate) Trello card - https://trello.com/c/4OgdZ7Yi/2145-spike-into-upgrading-to-dart-sass
- Loading branch information