Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to import scss file in angular

In the new angular v6, importing sass files is a little different from the previous version.

I just needed to import like this (in a component stylesheet)

@import "~src/sass/variables";    // note: without file extension

Now everything works fine

Thanks all for the help
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #import #scss #file #angular
ADD COMMENT
Topic
Name
8+5 =