| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- @import '../_variables.sss'
- @import '../theme.sss'
-
- *
- margin: 0
- padding: 0
- box-sizing: border-box
- &:before, &:after
- background-repeat: no-repeat
- box-sizing: inherit
- $:focus
- outline: none !important
-
- ::before, ::after
- text-decoration: inherit
- vertical-align: inherit
-
- html
- cursor: default
- font-family: system-ui
- line-height: $ms-0
- tab-size: 4
-
- body
- margin: 0
- font-size: $ms-1
- font-family: $sans
-
- nav
- ol, ul
- list-style: none
-
- // Good for SPAs
- html, body
- height: 100%
-
- button, input, select, textarea
- font-family: inherit
- font-size: inherit
- line-height: inherit
|