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

1.0.8-alpha.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i rollup-plugin-jess

Weekly Downloads

2

Version

1.0.8-alpha.8

License

MIT

Unpacked Size

3.39 kB

Total Files

5

Last publish

Collaborators

  • matthew-dean