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

@mixin chameleon {
	// TODO each
	@include chameleon-app;
	@include chameleon-common;
	@include chameleon-components;
	@include chameleon-compound;
}