Open dbruening opened 6 years ago
We experimented with a lot of pure php based auto prefixers, none of them was reliable.
We also thought about falling back to npm. If npm is an option this is doable.
Do you want to sponsor the implementation?
IMHO a npm based solution isn't ideal. We need a solution with is usable on standard hosting environments. This could also be a web service.
maybe we can put the npm version into a seperate package?
like dyncss_npm or similar, then we can ship a package.json, run npm install etc. and utilize that for a high quality compilation.
maybe it also makes sense to use gitlab runners for that :) so we can use whatever you want for it ... 🎉
Can you add Autoprefixer to add vendor prefixes to CSS rules using values from Can I Use. Frameworks like Bootstrap and Foundation also use Autoprefixer with their build tools.
Here are same links: