Skip to content

gjbkz/rollup-plugin-embed-css

Repository files navigation

rollup-plugin-embed-css

Test codecov

This plugin wraps esifycss.

Installation

npm install --save-dev rollup-plugin-embed-css

Usage

import embedCSS from 'rollup-plugin-embed-css';
export default {
  input: '...',
  plugins: [
    embedCSS({/* Options */}),
  ],
  output: {
    format: '...',
    file: '...',
  },
};

Options

You can pass all esifycss options except the include option.

LICENSE

The rollup-plugin-embed-css project is licensed under the terms of the Apache 2.0 License.