-
Notifications
You must be signed in to change notification settings - Fork 0
/
psulib_base.libraries.yml
79 lines (68 loc) · 1.24 KB
/
psulib_base.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
# base theme styling
global-styling:
css:
theme:
dist/css/style.css: {}
component:
dist/css/general.css: {}
js:
dist/js/application.js: {}
dependencies:
- psulib_base/fonts
- core/drupal
- core/once
- psulib_base/bootstrap
- psulib_base/bootstrap-icons
- psulib_base/nav
- core/components.psulib_base--button
# including bootstrap javascript and icons.
bootstrap:
js:
dist/js/psul-bootstrap.js: {}
bootstrap-icons:
css:
theme:
assets/bootstrap-icons/font/bootstrap-icons.min.css: {}
drupal.nav-tabs:
js:
js/nav-tabs.js: {}
dependencies:
- core/matchmedia
- core/jquery
- core/drupal
- core/once
- core/drupal.debounce
- core/collapse
fonts:
css:
base:
assets/fonts/fonts.css: {}
# Component Styles.
alert:
css:
component:
dist/css/alert.css: {}
carousel:
css:
component:
dist/css/carousel.css: {}
file:
css:
component:
dist/css/file.css: {}
nav:
css:
component:
dist/css/nav.css: {}
placeholders:
css:
component:
dist/css/placeholders.css: {}
progress:
css:
component:
dist/css/progress.css: {}
search-results:
css:
component:
dist/css/search-results.css: {}