12 lines
No EOL
123 B
SCSS
12 lines
No EOL
123 B
SCSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
html {
|
|
font-size: #{$base-font-size}px;
|
|
}
|
|
|
|
.root-app {
|
|
min-height: 100%;
|
|
height: 100%;
|
|
} |