Community Plugin
View plugin on GitHubgatsby-plugin-css-system
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 --saveUsage
Add the plugin in your gatsby-config.js file:
module.exports = {
plugins: ["gatsby-plugin-css-system"]
};