Gatsby fails after using Sass files with '@use 'sass:color'
问题 I'm setting up a Gatsby Project with gatsby-plugin-sass . my gatsby-config.js file: module.exports = { plugins: [ 'gatsby-plugin-resolve-src', 'gatsby-plugin-sass', 'gatsby-plugin-react-helmet', { resolve: `gatsby-source-filesystem`, options: { name: `images`, path: `${__dirname}/src/assets/images`, }, }, ], } I have the following styles file structure : | |src |-styles |--base |--- _variables.scss |--components |--- _Buttons.scss |--- ... |--main.scss Im my _Buttons.scss file I'm importing