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

$font-size: 13px;
$line-height: 1.4;
@mixin chameleon {
	// TODO move this?
	@include base;
	// TODO each
	@include chameleon-app;
	@include chameleon-common;
	@include chameleon-components;
	@include chameleon-compound;
}