Page 1 of 1

Diamond NG SCSS CSS empty

Posted: 06 Jan 2021, 21:03
by hiraparl
We bought two Themes one is Diamond NG and the other is Harmony. On both we have the Problem that the css are not loaded or compiled. On some solutions we are reading taht we have to add them into angular.json into the styles section.

Can you please help us.
Thanks.

Re: Diamond NG SCSS CSS empty

Posted: 08 Jan 2021, 12:32
by merve7
Hi,
You don't need to add code into angular.json. Our styles is imported into styles.scss file and this is added to angular.json.

Did you try scss compile command?

Code: Select all

sass --watch src/assets:src/assets --no-source-map