You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that this issue is caused by the CSS compression. When I compile the SCSS with @option compress:no, the first percentage mark does not disappear and the color is interpreted correctly by the browser.
I'm having problems with the following SCSS code:
In the compiled CSS, the color value is invalid and ends up getting ignored by the browser (Chrome):
As you can see, a percentage mark is missing after the red color value.
Is there a possibility to compile all colors with no alpha channel to regular hex colors (and not rgb() with percentages)?
The text was updated successfully, but these errors were encountered: