2017-10-21 17:42:41 -04:00

19 lines
186 B
Plaintext

@tailwind reset;
html {
font-size: 12px;
@media (min-width: 420px) {
font-size: 16px;
}
}
a {
color: inherit;
text-decoration: none;
}
ol, ul {
@apply .list-reset;
}