ember-cli-lightningcss
v1.0.0
Published
A Lightning CSS minifier for Ember CLI projects with modern vendor CSS.
Maintainers
Readme
ember-cli-lightningcss
An Ember CLI addon that keeps production CSS minification working when modern vendor stylesheets use native CSS nesting.
It uses Lightning CSS for vendor.css and CleanCSS for application CSS. This
keeps compatibility with older Ember applications that emit legacy nested
at-rules while supporting modern third-party CSS.
Installation
After publishing this folder as its own GitHub repository, install it directly:
ember install github:khaled-s/ember-cli-lightningcssOr install from an npm release:
ember install ember-cli-lightningcssNo application configuration is required. The addon registers itself as the
project's minify-css preprocessor during production builds.
Compatibility
- Ember CLI 3.28+
- Node.js versions supported by the host Ember CLI application
