mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Added html and scss to ng-dev formatter. This is reduce the formatting changes coming in PRs. PR Close #58624
6 lines
73 B
SCSS
6 lines
73 B
SCSS
@use '../../../styles.scss' as devtools;
|
|
|
|
body,
|
|
html {
|
|
height: 100%;
|
|
}
|