gatsby-plugin-css-system
v0.1.0
Published
Gatsby plugin to enable server-side rendering for css-system
Maintainers
Readme
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"]
};