-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic.libraries.yml
More file actions
40 lines (36 loc) · 968 Bytes
/
basic.libraries.yml
File metadata and controls
40 lines (36 loc) · 968 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
32
33
34
35
36
37
38
39
40
global:
version: VERSION
css:
base:
css/base/base.css: {}
layout:
css/layout/layout.css: {}
component:
css/components/components.css: {}
theme:
css/theme/theme.css: {}
css/theme/print.css: { media: print }
js:
js/modernizr.js: {}
# js/build/scripts.js: {}
# dependencies:
# - core/drupal
# - core/jquery
# Uncomment the code above to load scripts.js file on all pages. This file also requires JQuery to be
# loaded on all pages. Consider implimenting your scripts through theme libraries if you wish to
# avoid this. https://www.drupal.org/developing/api/8/assets
tabs:
version: VERSION
css:
component:
css/components/tabs.css: {}
messages:
version: VERSION
css:
component:
css/components/messages.css: {}
ie8:
version: VERSION
header: true
js:
js/selectivizr-min.js: { browsers: { IE: 'lte IE 8', '!IE': false }, minified: true, preprocess: false }