-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from orzih/feature/use-headless-chrome
Supports the use of `Headless Chrome`.
- Loading branch information
Showing
40 changed files
with
12,516 additions
and
674 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
module.exports = { | ||
root: true, | ||
env: { | ||
serviceworker: true, | ||
browser: true, | ||
node: true | ||
}, | ||
parserOptions: { | ||
sourceType: 'module', | ||
ecmaVersion: 2015 | ||
}, | ||
extends: ['prettier', 'plugin:prettier/recommended'], | ||
plugins: ['prettier'], | ||
// add your custom rules here | ||
rules: { | ||
'unicorn/number-literal-case': 'off' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"semi": false, | ||
"arrowParens": "always", | ||
"singleQuote": true, | ||
"trailingComma": "none" | ||
} |
Binary file added
BIN
+319 KB
custum_style_src/material-polyfills/dev-site/assets/creating-your-site.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions
49
custum_style_src/material-polyfills/dev-site/assets/css/extra.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
@media print { | ||
.md-typeset { | ||
line-height: 1.4; | ||
} | ||
.md-typeset ul li, | ||
.md-typeset ol li { | ||
margin-bottom: .25rem; | ||
} | ||
|
||
#doc-toc ul li>a>span, | ||
.md-typeset h1>span, | ||
.md-typeset h2>span, | ||
.md-typeset h3>span { | ||
display: inline-block; | ||
} | ||
|
||
.md-typeset h1>span, | ||
.md-typeset h2>span, | ||
.md-typeset h3>span { | ||
padding-right: 0.5rem; | ||
} | ||
|
||
/** workaround [[ */ | ||
.md-typeset h2>span.twemoji, | ||
.md-typeset h2>span.twemoji>img { | ||
height: 1.363em; | ||
} | ||
.md-typeset h2>span.twemoji>img { | ||
margin-top: -0.3em; | ||
} | ||
#doc-toc span.twemoji, | ||
#doc-toc span.twemoji img { | ||
height: 1.125rem; | ||
vertical-align: middle; | ||
} | ||
/* ]] **/ | ||
|
||
.md-typeset .tx-content__footer hr { | ||
background-color: transparent; | ||
border-bottom: 0.5px solid #e91e63; | ||
} | ||
|
||
section.md-typeset[data-url="/changelog/"] h4+ul { | ||
margin: 0; | ||
} | ||
section.md-typeset[data-url="/changelog/"] ul>li { | ||
margin-bottom: 0; | ||
} | ||
} |
Binary file added
BIN
+293 KB
custum_style_src/material-polyfills/dev-site/assets/search-highlighting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
custum_style_src/material-polyfills/dev-site/assets/stylesheets/main.4dd2dd8d.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
custum_style_src/material-polyfills/dev-site/assets/stylesheets/main.4dd2dd8d.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
custum_style_src/material-polyfills/dev-site/assets/stylesheets/overrides.2b41d529.min.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...m_style_src/material-polyfills/dev-site/assets/stylesheets/overrides.2b41d529.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
custum_style_src/material-polyfills/dev-site/assets/stylesheets/palette.6a5ad368.min.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
custum_style_src/material-polyfills/dev-site/assets/stylesheets/palette.6a5ad368.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.