From c8741b00b5ef1cba00918ec6f438bcf20c6177c7 Mon Sep 17 00:00:00 2001 From: Lewis Date: Thu, 5 May 2022 18:02:58 -0400 Subject: [PATCH] add test --- test/css/samples/at-layer/expected.css | 1 + test/css/samples/at-layer/input.svelte | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 test/css/samples/at-layer/expected.css create mode 100644 test/css/samples/at-layer/input.svelte diff --git a/test/css/samples/at-layer/expected.css b/test/css/samples/at-layer/expected.css new file mode 100644 index 0000000000..e5f3de80c9 --- /dev/null +++ b/test/css/samples/at-layer/expected.css @@ -0,0 +1 @@ +@layer base, special;@layer special{div.svelte-xyz{color:rebeccapurple}}@layer base{div.svelte-xyz{color:green}} \ No newline at end of file diff --git a/test/css/samples/at-layer/input.svelte b/test/css/samples/at-layer/input.svelte new file mode 100644 index 0000000000..60289e1e5f --- /dev/null +++ b/test/css/samples/at-layer/input.svelte @@ -0,0 +1,17 @@ +
hello
+ +