Skip to content

Commit 29948c3

Browse files
committed
Add test case for #44
1 parent 67e4394 commit 29948c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/__tests__/index.js

+6
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,9 @@ test(
213213
'button[disabled]{}',
214214
{ selectors: true }
215215
);
216+
217+
test(
218+
'should ignore reducing custom property',
219+
':root { --foo: calc(var(--bar) / 8); }',
220+
':root { --foo: calc(var(--bar) / 8); }'
221+
)

0 commit comments

Comments
 (0)