11 lines
111 B
SCSS
11 lines
111 B
SCSS
@use "sass/root-vars";
|
|
@import "sass/base";
|
|
|
|
button {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
html {
|
|
height: initial;
|
|
}
|