I know there is a way to use bootstrap's scss variables in angular by importing the _variables
file in each component's scss file and then start using that variables and there is lots of questions answered with this approach.
But I think this way is not a good way. Is there another way to import variables file or whole bootstrap.scss
file to use mixins and variables without importing necessories each time in each component style file?
- I am using angular-cli v1.7.4