@rola/preset-postcss
v0.10.7
Published
Enable PostCSS for rola.
Readme
@rola/preset-postcss
Enable PostCSS support in rola. Comes with sane defaults for things like CSS variables and SASS-like nesting.
Install
npm i @rola/preset-postcss --saveUsage
Add the preset to the presets array in your rola.config.js:
import css from '@rola/preset-postcss'
export const presets = [
css()
]License
MIT License © Eric Bailey
