Skip to content

Commit 29a9e3b

Browse files
committed
test(declaration): update tests
1 parent 36ed30e commit 29a9e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/mixins.spec.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
@include assert {
111111
@include output(false) {
112112
.test {
113-
@include css.declaration(color, custom-properties.create(--foo, darkcyan));
113+
@include css.declaration(color, custom-properties.create(foo, darkcyan));
114114
}
115115
}
116116

@@ -126,7 +126,7 @@
126126
@include assert {
127127
@include output(false) {
128128
.test {
129-
@include css.declaration(color, custom-properties.create(--foo, custom-properties.create(--bar, darkcyan)));
129+
@include css.declaration(color, custom-properties.create(foo, custom-properties.create(bar, darkcyan)));
130130
}
131131
}
132132

0 commit comments

Comments
 (0)