]> source.dussan.org Git - vaadin-framework.git/commit
Changed the convention for importing themes from e.g @import "reindeer.scss" to ...
authorMarc Englund <marc@vaadin.com>
Wed, 10 Oct 2012 10:28:10 +0000 (13:28 +0300)
committerMarc Englund <marc@vaadin.com>
Wed, 10 Oct 2012 10:28:10 +0000 (13:28 +0300)
commit1a96ed6807982ee18811954695ca8a83a4b7d318
tree265ddb0e8da74809082e21525b5c5e4626b10f4d
parent60342e38e0fae5af57a1500ef1517f035af0be30
Changed the convention for importing themes from e.g @import "reindeer.scss" to @import "../reindeer/reindeer.scss" to support jar/extracted cases better.

Change-Id: Ic638a91ab03059859cf3cc006ac167d2216a8cd7
theme-compiler/src/com/vaadin/sass/resolver/VaadinResolver.java