add !important test

pull/7303/head
Geoff Rich 5 years ago
parent d8e9d1117a
commit 6eec9cbaaa

@ -1 +1 @@
:root{--root-test:20}div.svelte-xyz{--test:10}div.svelte-xyz{--foo: }
:root{--root-test:20}div.svelte-xyz{--test:10}div.svelte-xyz{--foo: ;--bar: !important}

@ -10,5 +10,6 @@
div {
--foo: ;
--bar: !important;
}
</style>

Loading…
Cancel
Save