10 lines
230 B
SCSS
10 lines
230 B
SCSS
|
/*
|
||
|
* Angular Core Styles (subset)
|
||
|
*
|
||
|
* These styles are usually imported when angular.js script loads, but on angular.io that happens
|
||
|
* too late because of the Jade pre-rendering.
|
||
|
*/
|
||
|
|
||
|
[ng-cloak] {
|
||
|
display: none !important;
|
||
|
}
|