styled-jsx-plugin-dart-sass

1.0.1 • Public • Published

styled-jsx-plugin-dart-sass

Build Status npm

Use Sass with styled-jsx 💥

Usage

Install the package first.

npm install --save-dev styled-jsx-plugin-dart-sass

Install the sass version you need (it is a peer dependency).

npm install --save-dev sass

Next, add styled-jsx-plugin-dart-sass to the styled-jsx's plugins in your babel configuration:

{
  "plugins": [["styled-jsx/babel", { "plugins": ["styled-jsx-plugin-dart-sass"] }]]
}

Node-sass options

Node-sass can be configured using sassOptions. This is useful for setting options such as includePaths or precision.

{
  "plugins": [
    [
      "styled-jsx/babel",
      {
        "plugins": [
          [
            "styled-jsx-plugin-dart-sass",
            {
              "sassOptions": {
                "includePaths": ["./styles"]
              }
            }
          ]
        ]
      }
    ]
  ]
}

Notes

styled-jsx-plugin-dart-sass uses styled-jsx's plugin system which is supported from version 2.

Read more on their repository for further info.

License

MIT

Package Sidebar

Install

npm i styled-jsx-plugin-dart-sass

Weekly Downloads

10

Version

1.0.1

License

MIT

Unpacked Size

3.96 kB

Total Files

4

Last publish

Collaborators

  • mosby-zhou