]> source.dussan.org Git - vaadin-framework.git/commit
Selector now can begin with a combinator. (Ticket #10754)
authorHaijian Wang <haijian@vaadin.com>
Tue, 19 Feb 2013 10:43:26 +0000 (12:43 +0200)
committerHaijian Wang <haijian@vaadin.com>
Tue, 19 Feb 2013 10:43:26 +0000 (12:43 +0200)
commitcc5252a98ef538690250fab9952cb44dbb00fb12
treedad4dc88be64b3d8c79b94e4974a86830bfdd17c
parent821ebf49d898ba5f0e2f2e386de242b3dbcbe2e1
Selector now can begin with a combinator. (Ticket #10754)

Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.jj
theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java
theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/nested-selector-begin-with-plus.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/css/95-test_nested_selector_with_child_selector_hack_extender_and_sibling_selector_extendee.css [new file with mode: 0644]
theme-compiler/tests/resources/sasslang/scss/95-test_nested_selector_with_child_selector_hack_extender_and_sibling_selector_extendee.scss [new file with mode: 0644]
theme-compiler/tests/resources/sasslangbroken/css/95-test_nested_selector_with_child_selector_hack_extender_and_sibling_selector_extendee.css [deleted file]
theme-compiler/tests/resources/sasslangbroken/scss/95-test_nested_selector_with_child_selector_hack_extender_and_sibling_selector_extendee.scss [deleted file]