mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-04 09:16:49 +00:00
10 lines
242 B
SCSS
10 lines
242 B
SCSS
@charset "UTF-8";
|
|
/*------------------------------------*\
|
|
$MAIN
|
|
\*------------------------------------*/
|
|
html{
|
|
font:#{($base-font-size/16px)*1em}/#{$line-height-ratio} $base-font-family;
|
|
overflow-y:scroll;
|
|
min-height:100%;
|
|
}
|