mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
24 lines
251 B
Plaintext
24 lines
251 B
Plaintext
html {
|
|
.bg-brand-soft;
|
|
}
|
|
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
.text-underline;
|
|
}
|
|
}
|
|
|
|
svg {
|
|
fill: currentColor;
|
|
}
|