]> source.dussan.org Git - vaadin-framework.git/commit
Use separate scope for variables within a mixin (#10453) 78/478/3
authorHenri Sara <hesara@vaadin.com>
Fri, 14 Dec 2012 12:13:22 +0000 (14:13 +0200)
committerHenri Sara <hesara@vaadin.com>
Fri, 14 Dec 2012 12:13:22 +0000 (14:13 +0200)
commitaff0802d4b22e3d6f1e97c503aa8c5f3dfedd53b
treef8a13e6bba10ae93df427e2623975045853891e5
parenteced3091e368bb6a4bb36c3df0d2567668ba6c72
Use separate scope for variables within a mixin (#10453)

Also contains another fix related to how variable values are replaced in
mixins.

Change-Id: I7a53e0a62041da6557eea10e124e64a55c7823f4
theme-compiler/src/com/vaadin/sass/internal/ScssStylesheet.java
theme-compiler/src/com/vaadin/sass/internal/tree/MixinNode.java
theme-compiler/tests/resources/automatic/css/chained_mixins.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/css/mixin_variables.css [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/chained_mixins.scss [new file with mode: 0644]
theme-compiler/tests/resources/automatic/scss/mixin_variables.scss [new file with mode: 0644]