Hi, I'm using styles with custom color variables as outlined in the documentation, but the colors are not being applied.
I've already included index.css in the angular.json file and utilized the @use directive in my SCSS file for the custom color variables. However, the colors still aren't being implemented.
Hi, I'm using styles with custom color variables as outlined in the documentation, but the colors are not being applied.
I've already included
index.css
in theangular.json
file and utilized the@use
directive in my SCSS file for the custom color variables. However, the colors still aren't being implemented.Could you help me resolve this issue?