rollup-plugin-embed-css
TypeScript icon, indicating that this package has built-in type declarations

1.0.26 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i rollup-plugin-embed-css

Weekly Downloads

407

Version

1.0.26

License

Apache-2.0

Unpacked Size

24 kB

Total Files

25

Last publish

Collaborators

  • kei-ito