diff --git a/__tests__/fixtures/tailwind.css b/__tests__/fixtures/tailwind.css index 4b8ff04c8..e6a9384a2 100644 --- a/__tests__/fixtures/tailwind.css +++ b/__tests__/fixtures/tailwind.css @@ -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; }