@maxmilton/rollup-plugin-css
v0.0.11
Published
Rollup plugin to combine, minify, and write to disk the CSS files in your build
Downloads
37
Readme
@maxmilton/rollup-plugin-css
Rollup plugin to combine, minify, and write to disk the CSS files in your build.
Usage
rollup.config.js
:
import { css } from '@maxmilton/rollup-plugin-css';
module.exports = {
...
plugins: [
commonjs(),
nodeResolve(),
css({
minify: true,
}),
],
...
};
Bugs
Report any bugs you encounter on the GitHub issue tracker.
Changelog
See releases on GitHub.
License
MIT license. See LICENSE.
© 2022 Max Milton