]> source.dussan.org Git - vaadin-framework.git/commit
Support nested SASS imports (#11909)
authorHenri Sara <hesara@vaadin.com>
Thu, 23 May 2013 09:42:14 +0000 (12:42 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 28 May 2013 14:07:51 +0000 (14:07 +0000)
commit3b888fe28b22de289ac658e9d36073d751705c70
treef50482e2b59e4683545abffd62f67ef57e728f08
parent51c9fb5322c450ab51de728a735cc6ad6975ca00
Support nested SASS imports (#11909)

Change-Id: I05f88e398e7e28f476d8c0d50b7f9ac54a7cba0b
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/ImportNode.java
theme-compiler/src/com/vaadin/sass/internal/visitor/ImportNodeHandler.java
theme-compiler/tests/resources/automatic/css/nested-import.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/nested-import.scss [new file with mode: 0644]