Используем SCSS с GatsbyJS
Install the Gatsby plugin gatsby-plugin-sass and
node-sass.
npm install node-sass gatsby-plugin-sass
2. Include the plugin in your gatsby-config.js file.
plugins: [gatsby-plugin-sass],
Last updated
Was this helpful?
Install the Gatsby plugin gatsby-plugin-sass and node-sass.
npm install node-sass gatsby-plugin-sass
2. Include the plugin in your gatsby-config.js file.
plugins: [gatsby-plugin-sass],
Last updated
Was this helpful?
Was this helpful?