-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I wonder whether vendor prefixes are better addressed as a separate concern by another tool (specifically Autoprefixer), considering the following:
- CSS output size could be reduced, since Autoprefixer uses Browserslist.
- Because it's specifically focused on this problem (and, judging by its 20k stars, has more eyes on it), Autoprefixer likely has better coverage.
- This codebase could be simplified.
- purescript-css' implementation (lifted from Clay) is...semi-broken?
- (Perhaps unlike Clay) purescript-css is written in a language that has an easy and convenient JavaScript FFI. π
If anyone would miss this functionality, would be significantly inconvenienced by having to use Autoprefixer, or simply has some thoughts to share, please let me know!
Metadata
Metadata
Assignees
Labels
No labels