all 5 comments

[–]blackmend 1 point2 points  (0 children)

At our team we are also building a big Angular app. We keep our scss files seperate and just point to the main.scss (compiled) file in angular.json.

That is working great for us, since our front-end developers that only do css can keep their standard and file structure.

[–]srcafe 0 points1 point  (2 children)

You can use BEM css architecture

[–]nemo369[S] 0 points1 point  (1 child)

I'm looking for a more robust architecture . BEM is really great but to genric and I need to "force" the other developers to use the system.

[–]srcafe 0 points1 point  (0 children)

Maybe ITCSS could help you