Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

@raae/gatsby-plugin-new-css

Add new.css styling to your Gatsby site.

Useful for demos where you would like to keep styling out of it, but cannot stand looking at unstyled html.

How to install

npm install @raae/gatsby-plugin-new-css

or

yarn add @raae/gatsby-plugin-new-css

How to use

module.exports = {
  plugins: [
    `@raae/gatsby-plugin-css-new`
  ],
}

How to contribute

Questions, Feedback and Suggestions

If you have any questions, feedback or suggestions head on over to discussions.

Bugs

If you find a bug please open an issue and/or create a pull request to fix it.

Support

If you got some value out of this plugin consider buying me a coffee or two.

Buy Me a Coffee at ko-fi.com

Stay updated

Stay updated on the development of this plugin by subscribing to updates from @raae.

© 2023 Gatsby, Inc.