Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

soulchainer/neutrino-preset-styled-jsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

styled-jsx for Neutrino

Build Status Node Package Manager Commitizen Friendly Join Slack

⛔ Deprecated ⛔

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.

Requirements

  • Node 8 or above
  • Package manager (preferably yarn)
  • Neutrino v8

Installation

yarn (recommended) $ yarn add --dev neutrino-preset-styled-jsx
npm $ npm install --save-dev neutrino-preset-styled-jsx

Usage

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.