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
30 lines (27 loc) · 837 Bytes
/
components.md.scss
File metadata and controls
30 lines (27 loc) · 837 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
28
29
30
// 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/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/radio/radio.md",
"components/searchbar/searchbar.md",
"components/segment/segment.md",
"components/select/select.md",
"components/tabs/tabs.md",
"components/toggle/toggle.md",
"components/toolbar/toolbar.md";