mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update tests for new "roman" utility
This commit is contained in:
parent
0f30dfc64e
commit
a6cc77702b
@ -1043,7 +1043,7 @@ button,
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.not-italic {
|
||||
.roman {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@ -3788,7 +3788,7 @@ button,
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.sm\:not-italic {
|
||||
.sm\:roman {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@ -6534,7 +6534,7 @@ button,
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.md\:not-italic {
|
||||
.md\:roman {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@ -9280,7 +9280,7 @@ button,
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.lg\:not-italic {
|
||||
.lg\:roman {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@ -12026,7 +12026,7 @@ button,
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.xl\:not-italic {
|
||||
.xl\:roman {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user