forked from ionic-team/ionic-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.md.scss
More file actions
46 lines (39 loc) · 1.11 KB
/
components.md.scss
File metadata and controls
46 lines (39 loc) · 1.11 KB
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
// Material Design Globals
@import "globals.md";
// Material Design Components
@import
"components/app/app.md",
"components/action-sheet/action-sheet.md",
"components/alert/alert.md",
"components/badge/badge.md",
"components/button/button.md",
"components/card/card.md",
"components/checkbox/checkbox.md",
"components/chip/chip.md",
"components/content/content.md",
"components/datetime/datetime.md",
"components/input/input.md",
"components/item/item.md",
"components/label/label.md",
"components/list/list.md",
"components/loading/loading.md",
"components/menu/menu.md",
"components/modal/modal.md",
"components/picker/picker.md",
"components/popover/popover.md",
"components/radio/radio.md",
"components/range/range.md",
"components/searchbar/searchbar.md",
"components/segment/segment.md",
"components/select/select.md",
"components/tabs/tabs.md",
"components/toggle/toggle.md",
"components/toast/toast.md",
"components/toolbar/toolbar.md";
// Material Design w/ iOS Platform
@import
"platform/cordova.md";
// Roboto Font
@at-root {
@import "./fonts/roboto";
}