0.0.11 • Published 11 months ago

@maxmilton/rollup-plugin-css v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

0.0.11

11 months ago

0.0.9

11 months ago

0.0.8

1 year ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago