docz-plugin-style

0.0.0 • Public • Published

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: {},
    }),
  ],
}

Readme

Keywords

none

Package Sidebar

Install

npm i docz-plugin-style

Weekly Downloads

1

Version

0.0.0

License

MIT

Unpacked Size

3.86 kB

Total Files

4

Last publish

Collaborators

  • ambarli