Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-css-system

npm package

Getting started

You can download gatsby-plugin-css-system from the NPM registry via the npm or yarn commands

yarn add gatsby-plugin-css-system
# OR
npm install gatsby-plugin-css-system --save

Usage

Add the plugin in your gatsby-config.js file:

module.exports = {
  plugins: ["gatsby-plugin-css-system"]
};
© 2023 Gatsby, Inc.