-
Notifications
You must be signed in to change notification settings - Fork 279
Expand file tree
/
Copy pathstructure.scss
More file actions
27 lines (24 loc) · 920 Bytes
/
structure.scss
File metadata and controls
27 lines (24 loc) · 920 Bytes
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
/**
* The order of imports is as follow:
* CSS for outer (parent) components should precede
* the CSS of nested components or components which
* stay on the same level in the hierarchy.
*/
@import "bourbon";
@import "components/ae-editable/structure";
@import "components/ae-placeholder/structure";
@import "components/ae-twitter-link/structure";
@import "components/ae-sr-only/structure";
@import "components/ae-icon/structure";
@import "components/ae-separator/structure";
.ae-ui {
@import "components/ae-toolbar/structure";
@import "components/ae-arrow-box/structure";
@import "components/ae-container/structure";
@import "components/ae-container-input/structure";
@import "components/ae-container-dropdown/structure";
@import "components/ae-button-bridge/structure";
@import "components/ae-dropdown/structure";
@import "components/ae-camera/structure";
@import "components/ae-separator/structure";
}