blob: 51daace9d380729561abe2889846b9022de3b200 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
// this file actually attaches all reindeer mixins to a parent style
@import "../base/styles.scss";
@import "reindeer.scss";
// .v-theme-reindeer {
@include reindeer-accordion;
// TODO this is problematic: comments get stripped out
// @include a-sprite-definitions;
@include reindeer-button;
@include reindeer-common;
@include reindeer-datefield;
@include reindeer-formlayout;
@include reindeer-label;
@include reindeer-layouts;
@include reindeer-link;
@include reindeer-menubar;
@include reindeer-notification;
@include reindeer-panel;
@include reindeer-popupview;
@include reindeer-progressindicator;
@include reindeer-select;
@include reindeer-slider;
@include reindeer-splitpanel;
@include reindeer-table;
@include reindeer-tabsheet;
@include reindeer-textfield;
@include reindeer-tree;
@include reindeer-window;
// }
|