diff options
Diffstat (limited to 'theme-compiler/tests/resources/sasslang/css/2-test_basic.css')
-rw-r--r-- | theme-compiler/tests/resources/sasslang/css/2-test_basic.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/sasslang/css/2-test_basic.css b/theme-compiler/tests/resources/sasslang/css/2-test_basic.css new file mode 100644 index 0000000000..4504b8d829 --- /dev/null +++ b/theme-compiler/tests/resources/sasslang/css/2-test_basic.css @@ -0,0 +1,3 @@ +.foo, .bar { + a: b; +} |