-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy path.markbot.yml
57 lines (52 loc) · 1.08 KB
/
.markbot.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
repo: 'jurassic-dashboard'
canvasCourse: 'web-dev-3'
inherit:
- naming-restrict-live
- git-2
- html
- css
- google-fonts
- css-order-modules-grid-type-main
- screenshots-all
- favicons
html:
- path: 'index.html'
has:
- ['link[href*="Ubuntu+Mono"]', 'The Google Font, `Ubuntu Mono` (regular & bold), is missing']
- 'div.grid > div.unit'
- 'svg'
- 'menu > li > button > i.icon > svg > use[href*="#"]'
css:
- path: 'css/main.css'
search:
- '#333'
- '#f62e52'
- '#ffd31d'
- '#6feff9'
- '@keyframes'
- path: 'css/modules.css'
locked: true
- path: 'css/grid.css'
locked: true
- path: 'css/type.css'
locked: true
files:
- path: 'images/icons.svg'
smushed: true
search:
- 'id="forward"'
- 'id="backward"'
- 'id="pause"'
- 'id="stop"'
- 'id="power"'
- 'id="tel"'
- 'id="warning"'
screenshots:
- path: 'index.html'
label: 'After'
sizes: [1440]
allowAnimations: true
before: |
on($('body'), 'animationend', () => {
done();
});