0.10.7 • Published 5 years ago

@rola/preset-postcss v0.10.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

@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