mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update flagged fixture
This commit is contained in:
parent
7945f0f7c8
commit
053ab65cee
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user