-
Notifications
You must be signed in to change notification settings - Fork 214
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
Autoprefix? #610
Comments
Also interested in finding a php implementation 👍 |
Yes I also need autoprefixer for bootstrap 4 in php |
autoprefixer would be great... 👍 |
I have tried to make CSS autoprefixer in pure PHP. Take a look and contribute it. |
After you run the Be sure to add |
Sir, I found that autoprefixer removed my comment lines in CSS file. |
This is definitely not a feature this compiler should try to deliver. This is another subject, depending of state of the art of CSS and browser market whereas this compiler is (or try to be) agnostic about CSS keyword, level etc. Moreover the auto-prefixing is not at all linked to the use of SCSS. I think we can close this issue. |
Do you or anyone here know of a PHP based autoprefixer, like https://github.com/postcss/autoprefixer.
We use scssphp in Tiki 19 now (for which many thanks!) and it seems we need our prefixes fixing, and it seems like it might be a good option to include in here. The data as to what needs prefixing all seems to be in https://github.com/Fyrd/caniuse - wondering how hard it can be? :)
TIA
The text was updated successfully, but these errors were encountered: