1.0.4 • Published 6 years ago

stc-postcss v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago