2017-10-30 22:44:54 -05:00

20 lines
186 B
Plaintext

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