diff --git a/projects/app1/src/app/app.component.css b/projects/app1/src/app/app.component.css index e69de29..4a41b36 100644 --- a/projects/app1/src/app/app.component.css +++ b/projects/app1/src/app/app.component.css @@ -0,0 +1,9 @@ +* { + background-color: red; + } + +div { + background: green; + } + +.test {}