22 lines
253 B
SCSS
22 lines
253 B
SCSS
html {
|
|
background-color: $color-white;
|
|
box-sizing: border-box;
|
|
font-size: 10px;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
box-sizing: inherit;
|
|
}
|
|
|
|
figure {
|
|
margin: 0;
|
|
}
|
|
|
|
img,
|
|
picture {
|
|
margin: 0;
|
|
max-width: 100%;
|
|
}
|