14 lines
147 B
SCSS
14 lines
147 B
SCSS
/*
|
|
* HTML
|
|
* Base HTML Settings
|
|
*
|
|
* Dependencies:
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/02/23
|
|
*/
|
|
html {
|
|
width: 100%;
|
|
min-height: 100%;
|
|
}
|