diff options
author | Haijian Wang <haijian@vaadin.com> | 2013-02-19 12:43:26 +0200 |
---|---|---|
committer | Haijian Wang <haijian@vaadin.com> | 2013-02-19 12:43:26 +0200 |
commit | cc5252a98ef538690250fab9952cb44dbb00fb12 (patch) | |
tree | dad4dc88be64b3d8c79b94e4974a86830bfdd17c /theme-compiler/tests/resources/automatic/scss/nested-selector-begin-with-plus.scss | |
parent | 821ebf49d898ba5f0e2f2e386de242b3dbcbe2e1 (diff) | |
download | vaadin-framework-cc5252a98ef538690250fab9952cb44dbb00fb12.tar.gz vaadin-framework-cc5252a98ef538690250fab9952cb44dbb00fb12.zip |
Selector now can begin with a combinator. (Ticket #10754)
Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261
Diffstat (limited to 'theme-compiler/tests/resources/automatic/scss/nested-selector-begin-with-plus.scss')
-rw-r--r-- | theme-compiler/tests/resources/automatic/scss/nested-selector-begin-with-plus.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/automatic/scss/nested-selector-begin-with-plus.scss b/theme-compiler/tests/resources/automatic/scss/nested-selector-begin-with-plus.scss new file mode 100644 index 0000000000..f5a61b86ea --- /dev/null +++ b/theme-compiler/tests/resources/automatic/scss/nested-selector-begin-with-plus.scss @@ -0,0 +1,9 @@ +.v-panel { + display: block; + max-width: 84em; + margin: auto; + + + .abc { + margin-top: 1em; + } + }
\ No newline at end of file |