-
Notifications
You must be signed in to change notification settings - Fork 1
/
matter.libraries.yml
49 lines (44 loc) · 1.17 KB
/
matter.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
global-styling:
version: VERSION
css:
base:
css/matter.css: {}
js:
js/matter.js: {}
dependencies:
- matter/fonts
- matter/material-components-web
material-components-web:
css:
theme:
//unpkg.com/material-components-web@latest/dist/material-components-web.min.css: {type: external, minified: true}
js:
//unpkg.com/material-components-web@latest/dist/material-components-web.min.js: {type: external, minified: true}
fonts:
license:
name: Apache License
url: https://github.com/google/roboto/blob/master/LICENSE
css:
theme:
'//fonts.googleapis.com/css?family=Roboto:300,400,500,700': {type: external}
'//fonts.googleapis.com/icon?family=Material+Icons': {type: external}
drupal.tabledrag:
js:
js/misc/tabledrag.js: {}
drupal.tableselect:
js:
js/misc/tableselect.js: {}
#jquery.ui.dialog:
# js:
# js/jquery.ui/dialog.js: {}
# css:
# component:
# css/jquery.ui/dialog.css: {}
# dependencies:
# - core/jquery.ui
# - core/jquery.ui.widget
# - core/jquery.ui.button
# - core/jquery.ui.draggable
# - core/jquery.ui.mouse
# - core/jquery.ui.position
# - core/jquery.ui.resizable