rollup-plugin-jess

Rollup plugin for Jess

Usage no npm install needed!

<script type="module">
  import rollupPluginJess from 'https://cdn.skypack.dev/rollup-plugin-jess';
</script>

README

npm size libera manifesto

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

License

MIT