summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css')
-rw-r--r--theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css b/theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css
new file mode 100644
index 0000000000..fa8d2861a6
--- /dev/null
+++ b/theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css
@@ -0,0 +1,9 @@
+.v-panel {
+ display: block;
+ max-width: 84em;
+ margin: auto;
+}
+
+.v-panel + .abc {
+ margin-top: 1em;
+} \ No newline at end of file