-
Notifications
You must be signed in to change notification settings - Fork 11
deleted colors #22
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
Comments
Okay, just had a look at this one. there is a fix that will be in the latest release (not released yet): MyIntervals/PHP-CSS-Parser#257 |
I did output also compiled CSS before autoprefixing and it contains all needed expressions |
after that i just take this and
and after that, there are no more these values |
he mean "PHP-CSS-Parser" repo, and not SCSS repo. @kubiqsk |
you're right! Sorry |
so yes, when I download ZIP of https://github.com/sabberworm/PHP-CSS-Parser and replace it in |
I thing that the sabberworm repo is not yet made available (version 8.4), not sure what the status / delay is. |
when there are expressions like
background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
or
color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
then it will complete delete them
The text was updated successfully, but these errors were encountered: