Closed
Description
fastparse
is awesome tool. But if you will move to PostCSS you will have these benefits:
- Most of source map code will be in PostCSS.
- You can replace
url()
and support@import
with full CSS parsing. It is much safer. We are already have awesome plugins forurl()
and@import
. - PostCSS has “Safe Mode” to parse any legacy CSS (even broken).
- Right now @ben-eb creating awesome modular CSS minifier (it is much easier to fix and develop modular tool) cssnano. Right now it has better results that [clean-css] without advanced mode. So, when it became equal to clean-css, we can use it, because it is a PostCSS plugin with same source map support.
@markdalgleish what do you think as PostCSS plugin developer?
Metadata
Metadata
Assignees
Labels
No labels