Babel preset for compiling CSSX
npm install babel-preset-cssxjsStartupJS projects include this configuration by default. You don't need to install it separately in StartupJS projects.
If you want to use this preset in a custom project, just plug it in .babelrc:
``json``
{
presets: ['startupjs']
}
MIT
(c) Decision Mapper - http://decisionmapper.com