We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a659159 commit aaf66b0Copy full SHA for aaf66b0
packages/tailwindcss/preflight.css
@@ -128,9 +128,9 @@ pre {
128
'Liberation Mono',
129
'Courier New',
130
monospace
131
- ); /* 4 */
132
- font-feature-settings: var(--default-mono-font-feature-settings, normal); /* 5 */
133
- font-variation-settings: var(--default-mono-font-variation-settings, normal); /* 6 */
+ ); /* 1 */
+ font-feature-settings: var(--default-mono-font-feature-settings, normal); /* 2 */
+ font-variation-settings: var(--default-mono-font-variation-settings, normal); /* 3 */
134
font-size: 1em; /* 4 */
135
}
136
0 commit comments