mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
19 lines
186 B
Plaintext
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;
|
|
}
|