mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
38 lines
479 B
Plaintext
38 lines
479 B
Plaintext
@import "../../../../src/reset";
|
|
@import "../../../../src/utilities";
|
|
@import "prism";
|
|
@import "markdown";
|
|
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
.text-underline;
|
|
}
|
|
}
|
|
|
|
svg {
|
|
fill: currentColor;
|
|
}
|
|
|
|
@spacing-scale:
|
|
'px' 1px,
|
|
'0' 0,
|
|
'1' 0.25rem,
|
|
'2' 0.5rem,
|
|
'3' 0.75rem,
|
|
'4' 1rem,
|
|
'6' 1.5rem,
|
|
'8' 2rem,
|
|
'12' 3rem,
|
|
'16' 4rem,
|
|
;
|