Skip to content

Commit 053ab65

Browse files
committed
Update flagged fixture
1 parent 7945f0f commit 053ab65

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

__tests__/fixtures/tailwind-output-flagged.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,6 +2825,26 @@ video {
28252825
border-color: rgba(117, 26, 61, var(--divide-opacity));
28262826
}
28272827

2828+
.divide-solid > :not(template) ~ :not(template) {
2829+
border-style: solid;
2830+
}
2831+
2832+
.divide-dashed > :not(template) ~ :not(template) {
2833+
border-style: dashed;
2834+
}
2835+
2836+
.divide-dotted > :not(template) ~ :not(template) {
2837+
border-style: dotted;
2838+
}
2839+
2840+
.divide-double > :not(template) ~ :not(template) {
2841+
border-style: double;
2842+
}
2843+
2844+
.divide-none > :not(template) ~ :not(template) {
2845+
border-style: none;
2846+
}
2847+
28282848
.divide-opacity-0 > :not(template) ~ :not(template) {
28292849
--divide-opacity: 0;
28302850
}

0 commit comments

Comments
 (0)