-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_component.scss
More file actions
83 lines (83 loc) · 2.98 KB
/
_component.scss
File metadata and controls
83 lines (83 loc) · 2.98 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
@use "../alert/style/index" as *;
@use "../anchor/style/index" as *;
@use "../auto-complete/style/index" as *;
@use "../aspect-ratio/style/index" as *;
@use "../avatar/style/index" as *;
@use "../back-top/style/index" as *;
@use "../badge/style/index" as *;
@use "../breadcrumb/style/index" as *;
@use "../button/style/index" as *;
@use "../calendar/style/index" as *;
@use "../card/style/index" as *;
@use "../carousel/style/index" as *;
@use "../cascader/style/index" as *;
@use "../checkbox/style/index" as *;
@use "../collapse/style/index" as *;
@use "../collapse-transition/style/index" as *;
@use "../color-picker/style/index" as *;
@use "../date-picker/style/index" as *;
@use "../descriptions/style/index" as *;
@use "../divider/style/index" as *;
@use "../drawer/style/index" as *;
@use "../dropdown/style/index" as *;
@use "../empty/style/index" as *;
@use "../flex/style/index" as *;
@use "../flip/style/index" as *;
@use "../form/style/index" as *;
@use "../grid/style/index" as *;
@use "../image/style/index" as *;
@use "../input/style/index" as *;
@use "../input-number/style/index" as *;
@use "../input-otp/style/index" as *;
@use "../input-password/style/index" as *;
@use "../layout/style/index" as *;
@use "../link/style/index" as *;
@use "../list/style/index" as *;
@use "../loader/style/index" as *;
@use "../loading-bar/style/index" as *;
@use "../keyboard/style/index" as *;
@use "../marquee/style/index" as *;
@use "../menu/style/index" as *;
@use "../message/style/index" as *;
@use "../modal/style/index" as *;
@use "../notification/style/index" as *;
@use "../overlay/style/index" as *;
@use "../pagination/style/index" as *;
@use "../pop-confirm/style/index" as *;
@use "../popover/style/index" as *;
@use "../popup/style/index" as *;
@use "../progress/style/index" as *;
@use "../radio/style/index" as *;
@use "../rate/style/index" as *;
@use "../result/style/index" as *;
@use "../native-select/style/index" as *;
@use "../scroll-indicator/style/index" as *;
@use "../scroll-number/style/index" as *;
@use "../segmented/style/index" as *;
@use "../select/style/index" as *;
@use "../skeleton/style/index" as *;
@use "../slider/style/index" as *;
@use "../space/style/index" as *;
@use "../speed-dial/style/index" as *;
@use "../split/style/index" as *;
@use "../split-button/style/index" as *;
@use "../statistic/style/index" as *;
@use "../steps/style/index" as *;
@use "../sticky/style/index" as *;
@use "../strength-indicator/style/index" as *;
@use "../switch/style/index" as *;
@use "../table/style/index" as *;
@use "../tabs/style/index" as *;
@use "../tag/style/index" as *;
@use "../text-loop/style/index" as *;
@use "../textarea/style/index" as *;
@use "../timeline/style/index" as *;
@use "../time-picker/style/index" as *;
@use "../tooltip/style/index" as *;
@use "../tour/style/index" as *;
@use "../transfer/style/index" as *;
@use "../transition/style/index" as *;
@use "../tree/style/index" as *;
@use "../typography/style/index" as *;
@use "../upload/style/index" as *;
@use "../with-spin/style/index" as *;