Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always run PurgeCSS if the project configures it #2

Merged
merged 5 commits into from
Jan 18, 2021

Commits on Dec 2, 2020

  1. Always run PurgeCSS if the project configures it

    Make PurgeCSS part of the default PostCSS plugins config, but
    conditinally execute it only if the project has a configuration
    for a certain stylesheet or a global config for all stylesheets.
    Stylesheet-specific configuration takes precedence over global
    configuration.
    polarbirke committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    b18cdaf View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Use function instead of class bases extractor

    The class based extractor has been removed from FullHuman/purgecss
    in favor of a function.
    
    src: FullHuman/purgecss#276 (comment)
    polarbirke committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    524b5bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8267c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cbc822 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    polarbirke committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    3e12caa View commit details
    Browse the repository at this point in the history