Based on your error message (error sass/test.sass
) I can tell you’re using the .sass
extension for a Scss file. Change your file name to style.scss
.
Sass and Scss use two different and incompatible syntaxes.
Based on your error message (error sass/test.sass
) I can tell you’re using the .sass
extension for a Scss file. Change your file name to style.scss
.
Sass and Scss use two different and incompatible syntaxes.