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