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.
Could you help me resolve this issue?
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.cssin theangular.jsonfile and utilized the@usedirective in my SCSS file for the custom color variables. However, the colors still aren't being implemented.Could you help me resolve this issue?