0.1.0 • Published 6 years ago
gatsby-plugin-css-system v0.1.0
gatsby-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"]
};0.1.0
6 years ago