8 lines
91 B
SCSS
8 lines
91 B
SCSS
|
html {
|
||
|
font-size: #{$base-font-size}px;
|
||
|
}
|
||
|
|
||
|
.root-app {
|
||
|
min-height: 100%;
|
||
|
height: 100%;
|
||
|
}
|