diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/variable-defaults-with-null.css')
-rw-r--r-- | theme-compiler/tests/resources/automatic/css/variable-defaults-with-null.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/variable-defaults-with-null.css b/theme-compiler/tests/resources/automatic/css/variable-defaults-with-null.css deleted file mode 100644 index 0e3483817b..0000000000 --- a/theme-compiler/tests/resources/automatic/css/variable-defaults-with-null.css +++ /dev/null @@ -1,5 +0,0 @@ -.test { - first: "Non-null"; - second: "Also non-null"; - third: "Not null"; -}
\ No newline at end of file |