Skip to content

Commit 97836bd

Browse files
author
Sam Thorogood
authored
add reference page to percy, include 1600px screenshot (GoogleChrome#1069)
* add reference page to percy * add 1600 screenshot
1 parent 64fe312 commit 97836bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.percy.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
'version': 1,
33
'snapshot': {
4-
'widths': [375, 865, 1280],
4+
'widths': [375, 865, 1280, 1600],
55
'percy-css': `
66
iframe, .cookie-banner {
77
display: none !important;
@@ -20,6 +20,7 @@ module.exports = {
2020
'docs/native-client/index.html',
2121
'blog/welcome/index.html',
2222
'docs/extensions/what-are-extensions/index.html',
23+
'docs/extensions/reference/action/index.html',
2324
'docs/handbook/components/index.html'
2425
].join(',')
2526
},

0 commit comments

Comments
 (0)