Skip to content

Use PostCSS #54

Closed
Closed
@ai

Description

@ai

fastparse is awesome tool. But if you will move to PostCSS you will have these benefits:

  1. Most of source map code will be in PostCSS.
  2. You can replace url() and support @import with full CSS parsing. It is much safer. We are already have awesome plugins for url() and @import.
  3. PostCSS has “Safe Mode” to parse any legacy CSS (even broken).
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions