gjbkz / rollup-plugin-embed-css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:TypeScript 89.0%Language:JavaScript 8.0%Language:CSS 2.8%Language:Shell 0.3%