This project is no longer supported. If you have any question or would like to contribute, maintain the project or whatever, feel free to contact me at Twitter @juanriqgon or via email at me[at]juanriquel[dot]com.
neutrino-preset-styled-jsx
is a preset that adds support for
styled-jsx
.
- Node 8 or above
- Package manager (preferably
yarn
) - Neutrino v8
yarn (recommended)
$ yarn add --dev neutrino-preset-styled-jsx
npm
$ npm install --save-dev neutrino-preset-styled-jsx
In order to use neutrino-preset-styled-jsx
, your .neutrinorc.js
must look similar to the one below.
module.exports = {
use: [
'neutrino-preset-styled-jsx',
...
]
};
Thats all folks! If you are interested in learning more about either styled-jsx
or neutrino
, below are links to their documentation.