summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/chameleon.scss
blob: b315678308af03e40e12d8d96f317423d349f61b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$font-size: 13px !default;
$line-height: 1.4 !default;

@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;
}