tylerwiegand/purgecss-with-sage

Go through the database and create a file that PurgeCSS can read with Sage 10.

1.1 2020-03-11 17:46 UTC

This package is auto-updated.

Last update: 2024-06-12 02:55:44 UTC


README

Go through the database and create a file that PurgeCSS can read with Sage 10. Default location is theme/resources/views/vendor/purgecss-with-sage/classes.blade.php. Configuration of output location is not available at this time.

Requirements

Installation

# /web/app/themes/sage

$ composer require tylerwiegand/purgecss-with-sage

Usage

# web/app/themes/sage

wp acorn purgecss-with-sage

I'd also personally recommend a .gitignore addition of the generated file in Sage's .gitignore file:

# web/app/themes/sage/.gitignore

/resources/views/vendor/purgecss-with-sage/classes.blade.php

As of 1.1 it will also search the cssClass set in a GravityForm field if the plugin is active.

Bug Reports

If you discover a bug in this package, please open an issue.

Contributing

Contributions through PRs, issues or ideas are appreciated!

License

PurgeCSS with Sage is provided under the MIT License.