mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Update test
This commit is contained in:
parent
225a0fa6a7
commit
1c8c078d2c
@ -632,7 +632,6 @@ test('adjacent rules are collapsed after being applied', () => {
|
||||
const expected = `
|
||||
.foo:hover {
|
||||
--bg-opacity: 1;
|
||||
background-color: #fff;
|
||||
background-color: rgba(255, 255, 255, var(--bg-opacity));
|
||||
opacity: 0.5;
|
||||
}
|
||||
@ -1010,7 +1009,6 @@ test('you can apply classes in a nested rule', () => {
|
||||
.selector {
|
||||
&:hover {
|
||||
--text-opacity: 1;
|
||||
color: #fff;
|
||||
color: rgba(255, 255, 255, var(--text-opacity));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user