aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/chameleon.scss
blob: 8a24a73cbfca782e05f7d2170099bbb13d030048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import "../base/base.scss";
@import "common/common.scss";
@import "components/components.scss";
@import "compound/compound.scss";

@mixin chameleon {
	// TODO move this?
	@include base;
	// TODO each
	@include chameleon-app;
	@include chameleon-common;
	@include chameleon-components;
	@include chameleon-compound;
}