App.scss and variables of theme

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);

1 Like

@luukschoen
Thanks !!

I tried use direct the color like background-color: primary.

The trick is use color($scolor). !!

Thanks !!