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
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.
would be amazing, and you could plug in stuff like nib to take care of vendor prefixes + cross-browser for you