0.1.2 • Published 9 years ago

sigh-postcss v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

sigh-postcss

Circle CI

Sigh plugin for postcss. Use in your Sigh.js pipelines and send in whatever postcss-plugins you like.

Does NOT run in the Sigh process pool because of plugin injection functionality.

Example

npm install --save-dev sigh-postcss then add something like this to your sigh.js:

	pipeline.js = [
		glob({ basePath: 'src' }, '**/*.css'),
		postcss( [require('postcss-simple-vars')] ), // add plugins as array
		write('build/assets')
	]
0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago