docz-plugin-style
v0.0.0
Published
PostCSS plugin for docz
Readme
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: {},
}),
],
}