gatsby-plugin-bs-css-emotion

0.1.2 • Public • Published

gatsby-plugin-bs-css-emotion

Gatsby plugin to use bs-css-emotion with ReScript or Reason/Bucklescript.

This plugin enables extracting critical styles when you use Gatsby with Emotion 11 (@emotion/css) and components with className prop. The usage of className prop is the only option when you use Rescript/Reason/Bucklescript with bs-css-emotion bindings that use @emotion/css under the hood.

Install

npm install gatsby-plugin-bs-css-emotion

Add gatsby-plugin-bs-css-emotion to your gatsby-config.js:

{
  plugins: [
    `gatsby-plugin-bs-css-emotion`,
    // your plugins...
  ]
}

Package Sidebar

Install

npm i gatsby-plugin-bs-css-emotion

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

3.9 kB

Total Files

6

Last publish

Collaborators

  • denstr