Skip to content

Commit

Permalink
update fixtures for sanity checks
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Aug 18, 2020
1 parent 0d0dffc commit 9ef8359
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions __tests__/fixtures/tailwind-output-flagged.css
Expand Up @@ -2825,6 +2825,26 @@ video {
border-color: rgba(117, 26, 61, var(--divide-opacity));
}

.divide-solid > :not(template) ~ :not(template) {
border-style: solid;
}

.divide-dashed > :not(template) ~ :not(template) {
border-style: dashed;
}

.divide-dotted > :not(template) ~ :not(template) {
border-style: dotted;
}

.divide-double > :not(template) ~ :not(template) {
border-style: double;
}

.divide-none > :not(template) ~ :not(template) {
border-style: none;
}

.divide-opacity-0 > :not(template) ~ :not(template) {
--divide-opacity: 0;
}
Expand Down

0 comments on commit 9ef8359

Please sign in to comment.