forked from ionic-team/ionic-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathionic.md.scss
More file actions
31 lines (25 loc) · 731 Bytes
/
Copy pathionic.md.scss
File metadata and controls
31 lines (25 loc) · 731 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
31
/*! Ionic: Material Design */
@charset "UTF-8";
// Core Components
@import "ionic.core";
// Material Design Components
@import
"components/icon/modes/md",
"components/item/modes/md",
"components/list/modes/md",
"components/toolbar/modes/md";
// Material Design Optional Components
@import
"components/action-sheet/modes/md",
"components/button/modes/md",
"components/card/modes/md",
"components/checkbox/modes/md",
"components/content/modes/md",
"components/popup/modes/md",
"components/radio/modes/md",
"components/tap-click/ripple",
"components/searchbar/modes/md",
"components/segment/modes/md",
"components/switch/modes/md",
"components/tabs/modes/md",
"components/text-input/modes/md";