Closed paulpoot closed 7 years ago
Hi, you need to first import the variables file to the component-specific .scss-file which you're currently editing:
.scss
@import "../../styles/variables";
From my understanding, no. As the component-specific scss-files are unaware of any other scss unless those are importer to the file.
Hi, you need to first import the variables file to the component-specific
.scss
-file which you're currently editing:@import "../../styles/variables";