mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Divide style test output
This commit is contained in:
parent
07fcc11906
commit
48d81ef33f
@ -1686,6 +1686,26 @@ video {
|
||||
border-color: rgba(112, 36, 89, 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