0.0.0 • Published 5 years ago

docz-plugin-style v0.0.0

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

docz-plugin-style

PostCSS plugin for docz.

  • Import .css with PostCSS
  • Import .module.css with PostCSS + CSS Modlue

Install

npm install docz-plugin-style

Usage

Add plugin to doczrc.js:

import style from 'docz-plugin-style'

export default {
  plugins: [
    style({
      // postcss-preset-env options, defaults to stage 3
      env: {},
    }),
  ],
}