Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore rules for media-feature-range syntax
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 our 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.
- Loading branch information