Skip to content

Commit b2ec78d

Browse files
committed
[FIX] Variables: adopted the test to new behavior (last var wins)
1 parent 1fbb1a6 commit b2ec78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/expected/complex/test-cssvars-variables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
--link-color-hover: #3071a9;
44
--other-var: 0 0 0.25rem 0 rgba(0, 0, 0, 0.15), inset 0 -0.0625rem 0 0 #428bca;
55
--link-color-active: var(--link-color);
6+
--a: 100%;
67
--var: var(--a);
7-
--a: 9%;
88
}

0 commit comments

Comments
 (0)