rollup-plugin-jess
v1.0.8-alpha.8
Published
Rollup plugin for Jess
Downloads
182
Readme
rollup-plugin-jess
🍣 A Rollup plugin for Jess
Install
Using npm:
npm install rollup-plugin-jess --save-dev
Using yarn:
yarn add rollup-plugin-jess -D
Usage
Create a rollup.config.js
configuration file and import the plugin to convert Jess files to runtime modules:
import jess from 'rollup-plugin-jess'
export default {
entry: 'src/entry.js',
// ...
plugins: [
jess()
]
};
Then call rollup
either via the CLI or the API.
Options
See: https://jesscss.github.io/docs/intro/config#options