I am using Angular v10, I have a few CSS which are used across the application, so I have written that in our global styles.css file, but the CSS isn't applying to other components, if I write the same CSS in component related CSS it's working fine. On searching I have declared ViewEncapsulation.None in components, it worked well for one component and is still failing to apply for other components. Following is my angular.json file
I have never faced this problem with any of the angular projects, is it any issue with the new versions of Angular or is it me doing anything wrong?
Any help is much appreciated!
!importantkeyword in your css and see if the styles are applied!importantkeyword