From d6caa6043adef61387ccfece57336593641875c4 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 22 Nov 2012 17:09:10 +0200 Subject: Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375 --- WebContent/VAADIN/themes/chameleon/styles.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'WebContent/VAADIN/themes/chameleon/styles.scss') diff --git a/WebContent/VAADIN/themes/chameleon/styles.scss b/WebContent/VAADIN/themes/chameleon/styles.scss index de7e306e20..0c55a57239 100644 --- a/WebContent/VAADIN/themes/chameleon/styles.scss +++ b/WebContent/VAADIN/themes/chameleon/styles.scss @@ -1,3 +1,4 @@ @import "chameleon.scss"; - -@include chameleon; +.chameleon { + @include chameleon; +} \ No newline at end of file -- cgit v1.2.3