diff options
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/extending-non-exist-selector-with-same-beginning.css')
-rw-r--r-- | theme-compiler/tests/resources/automatic/css/extending-non-exist-selector-with-same-beginning.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/extending-non-exist-selector-with-same-beginning.css b/theme-compiler/tests/resources/automatic/css/extending-non-exist-selector-with-same-beginning.css new file mode 100644 index 0000000000..d138a79e4a --- /dev/null +++ b/theme-compiler/tests/resources/automatic/css/extending-non-exist-selector-with-same-beginning.css @@ -0,0 +1,7 @@ +.test1 { + color: blue; +} + +.test2 { + background: red; +}
\ No newline at end of file |