]> source.dussan.org Git - vaadin-framework.git/commit
Support non-trivial SASS media selectors (#11455)
authorHenri Sara <hesara@vaadin.com>
Mon, 13 May 2013 13:27:35 +0000 (16:27 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 14 May 2013 13:28:20 +0000 (13:28 +0000)
commita52ceb96590333bbfcb7ddad4815c88c49ac97ab
tree0ed886fe4b2c94be5ba3d009ddd39a3753fd69f2
parent42545ac81ae49cb9a3af2a8b3b06ba9525886b22
Support non-trivial SASS media selectors (#11455)

This change adds support for media selectors with a query that consist
of more than just a single word.

Change-Id: Id6a09de8e88984ad052321ae93ffa2e7c2ba1c04
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/tree/MediaNode.java
theme-compiler/tests/resources/automatic/css/media-import.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/css/media-multiple.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/css/media.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/media-import.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/media-multiple.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/media.scss [new file with mode: 0644]