blob: 46740ac2357e04a56dad06bb4ece44c61ad3440a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@import 'utilities/textsizeadjust';
*,
*::after,
*::before {
@include text-size-adjust(100%);
box-sizing: border-box;
}
html {
background-color: $color-html;
overflow-y: scroll;
}
|