Configuration
module.exports = {
// Config options
}$ npm i -g pollen-css
$ pollennpm i pollen-css
npx pollenimport './pollen.css'<link rel="stylesheet" href="/pollen.css" />Managing Pollen builds in production
{
"scripts": {
"prebuild": "pollen"
}
}Config options
Option
Default
Description
CLI options
Option
Default
Description
Exporting a JSON schema
Changing the CSS selector
Typescript support
Last updated