0.0.0 • Published 7 years ago
docz-plugin-style v0.0.0
docz-plugin-style
PostCSS plugin for docz.
- Import
.csswith PostCSS - Import
.module.csswith PostCSS + CSS Modlue
Install
npm install docz-plugin-styleUsage
Add plugin to doczrc.js:
import style from 'docz-plugin-style'
export default {
plugins: [
style({
// postcss-preset-env options, defaults to stage 3
env: {},
}),
],
}0.0.0
7 years ago