Answer the question
In order to leave comments, you need to log in
How to import scss file?
Please tell me how can I import a scss file (with variables) into another scss file (with styles). I am using angular8.
My attempt:
1. created a file with scss-vars.scss variables
2. wrote in tsconfig.json:
"@bla/blaa/a/scss-vars": ["libs/ui/scss-vars.scss"],
@import "@bla/blaa/a/scss-vars";
Can't find stylesheet to import.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question