commit | cd1ebe1ab1c55be7fd21c4b68a2e2830a80e73c2 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Thu Jan 11 11:34:17 2018 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Thu Jan 25 13:27:56 2018 +0100 |
tree | a84826536b863a2c04cbafcee2b55dc8f6bd61c8 | |
parent | e233658d73ef5f83ff2ab3a2d5f396dd058a4174 [diff] [blame] |
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 {