Lucky you. See this pr .
As an example, when using sass, you would like to add a stylePreprocessorOptions object to your application configuration in angular-cli.json . For example:
"apps": [ { "stylePreprocessorOptions": { "includePaths": [ "styles"
From here, if you have a scss file like my-app/src/styles/_vars.scss , you can
@import 'vars'
through your applications scss files.
Remember to update angular-cli to at least 1.0.0-beta.26 .
Brandon silva
source share