Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS rule filter: invert() creates error message #223

Open
MJH1000 opened this issue Oct 20, 2021 · 2 comments
Open

CSS rule filter: invert() creates error message #223

MJH1000 opened this issue Oct 20, 2021 · 2 comments
Labels
ScssPHP Base SCSS compiler

Comments

@MJH1000
Copy link

MJH1000 commented Oct 20, 2021

`Sass Compiling Error

style.scss
"Missing argument $color: style.scss on line 931, at column 1"`

SOLUTION:
Make the SASS compiler case sensitive to process only lowercase so filter: INVERT() gets ignored by sass and can be used as css

MORE INFO:
When Sass and New CSS Features Collide

@shadoath shadoath added the ScssPHP Base SCSS compiler label Oct 20, 2021
@shadoath
Copy link
Collaborator

This plugin uses the ScssPHP compiler we are on version 1.5.2, they have since moved up to 1.8.1
It could be that your request is part of a newer version. You could take a look at upgrading this if you want.

@shadoath
Copy link
Collaborator

We are upgrading to v1.10 in #233 you can pull that branch down to test if that will fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ScssPHP Base SCSS compiler
Projects
None yet
Development

No branches or pull requests

2 participants