Awesome
rollup-plugin-embed-css
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.