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