-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcua_theme.libraries.yml
134 lines (121 loc) · 2.68 KB
/
cua_theme.libraries.yml
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Global
global-styling:
version: VERSION
css:
theme:
//fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,500,700,900&display=swap: { type: external }
//fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap: { type: external }
component:
css/bootstrap.min.css:
weight: -11
templates/layout/header/css/header.css:
weight: -11
templates/layout/header/css/navigation.css:
weight: -11
css/style.css:
weight: -11
component/macros/css/card.css:
weight: -11
css/custom.css:
weight: -11
templates/layout/footer/css/footer.css:
weight: -11
layouts/css/layout-builder.css:
weight: -11
# Javascript
js:
js/bootstrap.bundle.min.js: {}
js/global.js: {}
dependencies:
- core/popperjs
# Accordion
accordion:
version: VERSION
css:
component:
component/accordion/css/accordion.css:
weight: -10
# Banner
banner:
version: VERSION
css:
component:
component/banner/css/banner.css:
weight: -10
css/animate.min.css:
weight: -10
# Call to Action
call-to-action:
version: VERSION
css:
component:
component/call_to_action/css/call-to-action.css:
weight: -10
css/animate.min.css:
weight: -10
# Counter
counter:
version: VERSION
css:
component:
component/counter/css/counter.css:
weight: -10
js:
component/counter/js/jquery.counterup.min.js: { minified: true }
component/counter/js/jquery.waypoints.min.js: { minified: true }
component/counter/js/counter.js: {}
# Fontawesome:
fontawesome:
version: 6.5.1
css:
theme:
dist/fontawesome/css/fontawesome.min.css: {}
dist/fontawesome/css/brands.min.css: {}
dist/fontawesome/css/regular.min.css: {}
dist/fontawesome/css/solid.min.css: {}
# Half and Half
half-and-half:
version: VERSION
css:
component:
component/half_and_half/css/half-and-half.css:
weight: -10
css/animate.min.css:
weight: -10
# Heading
heading:
version: VERSION
css:
component:
component/heading/css/heading.css:
weight: -10
# Slider
slider:
version: VERSION
css:
component:
component/slider/css/slider.css:
weight: -10
# Spacer
spacer:
version: VERSION
css:
component:
component/spacer/css/spacer.css:
weight: -10
# Tabs
tabs:
version: VERSION
css:
component:
component/tabs/css/tabs.css:
weight: -10
# Video
video:
version: VERSION
css:
component:
component/video/css/video.css:
weight: -10
js:
component/video/js/player.js: { minified: true }