]> source.dussan.org Git - vaadin-framework.git/commit
Sass, the handling of selectors containing multiple #-symbols (#12832)
authorMika Murtojarvi <mika@vaadin.com>
Tue, 5 Nov 2013 09:20:21 +0000 (11:20 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 6 Nov 2013 11:24:24 +0000 (11:24 +0000)
commita5412c02746a2cddc289b002cb6667bfc7028950
tree9053971de6301e873bc8aba5bf6591b1ad9b3c63
parenta3e176c5607e43cf72c557c52287d6b68e4b5a5c
Sass, the handling of selectors containing multiple #-symbols (#12832)

After the first commit, a test case has been downloaded and added to
w3ctests. The indentation of a production was also changed in an
attempt to more clearly express its meaning.

Change-Id: I32356d1fcbafada982a5d3e22f0821e554cc6c8a
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/ParserConstants.java
theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java
theme-compiler/tests/resources/w3ctests/scss/css3-modsel-15b.0.scss [new file with mode: 0644]
theme-compiler/tests/src/com/vaadin/sass/testcases/scss/W3ConformanceTests.java