forked from meteoric/ionic-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_ionic.scss
executable file
·51 lines (43 loc) · 961 Bytes
/
_ionic.scss
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
@charset "UTF-8";
@import
// Variables
"stylesheets/mixins",
"stylesheets/variables",
// Base
"stylesheets/reset",
"stylesheets/scaffolding",
"stylesheets/type",
// Components
"stylesheets/action-sheet",
"stylesheets/backdrop",
"stylesheets/bar",
"stylesheets/tabs",
"stylesheets/menu",
"stylesheets/modal",
"stylesheets/popover",
"stylesheets/popup",
"stylesheets/loading",
"stylesheets/items",
"stylesheets/list",
"stylesheets/badge",
"stylesheets/slide-box",
"stylesheets/refresher",
"stylesheets/spinner",
// Forms
"stylesheets/form",
"stylesheets/checkbox",
"stylesheets/toggle",
"stylesheets/radio",
"stylesheets/range",
"stylesheets/select",
"stylesheets/progress",
// Buttons
"stylesheets/button",
"stylesheets/button-bar",
// Util
"stylesheets/grid",
"stylesheets/util",
"stylesheets/platform",
// Animations
"stylesheets/animations",
"stylesheets/transitions";