1.0.4 • Published 4 years ago

stc-postcss v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

stc-postcss

stcjs postcss plugin

Install

npm install stc-postcss --save-dev

How to Use

in stc.config.js file, add:

const postcss = require('stc-postcss');

stc.transpile({ postcss: { plugin: postcss, include: /.css$/, options: { plugins: require('autoprefixer'), require('postcss-nested') } } });

More options

See https://github.com/postcss/postcss get more options.

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago