frontend: use sass for cascading styles
diff --git a/frontend/yang/yang.component.ts b/frontend/yang/yang.component.ts
index 4734d4c..de0fac9 100644
--- a/frontend/yang/yang.component.ts
+++ b/frontend/yang/yang.component.ts
@@ -3,7 +3,7 @@
 @Component({
   selector : 'netopeer-yang',
   templateUrl : './yang.component.html',
-  styleUrls : ['../netopeer.css']
+  styleUrls : ['./yang.component.scss']
 })
 
 export class YANGComponent {