BlessCSS / bless

CSS Post-Processor
blesscss.com
MIT License
282 stars 60 forks source link

Can I bless the css with regular expression file name? #97

Closed yanyu0517 closed 8 years ago

yanyu0517 commented 8 years ago

Can I bless the css with regular expression file name?

paulyoung commented 8 years ago

I believe grunt-bless and gulp-bless may allow you to do this.

You could also probably use globs on the command line but it's not something I've done myself.

For example, cat *.md will run cat on any matching files.

yanyu0517 commented 8 years ago

I got it,Thank you