kaystrobach / TYPO3.dyncss_scss

Dyncss adapter for scss (not sass!)
http://forge.typo3.org/projects/extension-dyncss
GNU General Public License v2.0
1 stars 15 forks source link

[FEATURE] Add Autoprefixer #21

Open dbruening opened 6 years ago

dbruening commented 6 years ago

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:

kaystrobach commented 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?

tdeuling commented 6 years ago

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.

kaystrobach commented 6 years ago

maybe we can put the npm version into a seperate package?

kaystrobach commented 6 years ago

like dyncss_npm or similar, then we can ship a package.json, run npm install etc. and utilize that for a high quality compilation.

kaystrobach commented 6 years ago

maybe it also makes sense to use gitlab runners for that :) so we can use whatever you want for it ... 🎉