I tried use theming variable in app.scss. I expected this works normally but I received a error.
Can not I use variables at app.scss?
I tried use theming variable in app.scss. I expected this works normally but I received a error.
Can not I use variables at app.scss?
You can. An example:
background-color: color($colors, primary);
@luukschoen
Thanks !!
I tried use direct the color like background-color: primary.
The trick is use color($scolor). !!
Thanks !!