Skip to content

Commit

Permalink
test: responsive variant does not have to be first
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Dec 14, 2020
1 parent ad46cdb commit c352436
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/__tests__/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,10 @@
"@media (min-width: 768px){@media (min-width: 1536px){.md\\:container{max-width:1536px}}}"
]
],
"hover:md:text-center": [
"hover:md:text-center",
["@media (min-width: 768px){.hover\\:md\\:text-center:hover{text-align:center}}"]
],
"ordinal slashed-zero tabular-nums md:normal-nums": [
"ordinal slashed-zero tabular-nums md:normal-nums",
[
Expand Down

0 comments on commit c352436

Please sign in to comment.