Update tests for new "roman" utility

This commit is contained in:
Jonathan Reinink 2017-10-20 15:06:57 -04:00
parent 0f30dfc64e
commit a6cc77702b

View File

@ -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;
}