cssobjectify icon indicating copy to clipboard operation
cssobjectify copied to clipboard

CSS preprocessors

Open yocontra opened this issue 10 years ago • 0 comments

This is totally not the right place for this, but I think it would be extremely cool to be able to use this with preprocessors. I'm not sure if browserify supports transform chains (for example, a .styl file should go through stylus then cssobjectify) but we could probably make something to enable this behavior.

var Styles = require('./Component.styl');

would be amazing, and you could plug in stuff like nib to take care of vendor prefixes + cross-browser for you

yocontra avatar May 23 '14 03:05 yocontra