@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 --save
Usage
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