koistya / gulp-csscomb

CSScomb plugin for Gulp.js. Formats CSS according to a pre-defined coding style.
http://csscomb.com
MIT License
122 stars 23 forks source link

Add configuration options #1

Closed koistya closed 10 years ago

koistya commented 10 years ago

Should read configuration settings from .csscomb.json file if present

tonyganch commented 10 years ago

I've opened csscomb/csscomb.js#169 to make this task easier.

thomaswelton commented 10 years ago

Not sure if this helps but the grunt plugin does this to load the correct .csscomb.json https://github.com/csscomb/grunt-csscomb/commit/fa499c632f5fb0e7c69a2f0acfd675a64411b04c

reynaert1250 commented 10 years ago

@koistya Any updates on using custom configuration options?

koistya commented 10 years ago

gulp-csscomb now reads configuration settings from the .csscomb.json file if it exists.