0.0.11 • Published 2 years ago

@maxmilton/rollup-plugin-css v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Build status Coverage status NPM version Licence

@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

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago