mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-19 12:07:00 +02:00
chore(v2): update Browserslist (#3715)
* chore(v2): update Browserslist * Update snapshot
This commit is contained in:
parent
9a1ba739ea
commit
bde4062f20
2 changed files with 4 additions and 20 deletions
|
@ -23,18 +23,12 @@ exports[`server utils autoprefix css 1`] = `
|
|||
.hljs .comment {
|
||||
opacity: 0.7;
|
||||
}
|
||||
::-webkit-input-placeholder {
|
||||
color: gray;
|
||||
}
|
||||
::-moz-placeholder {
|
||||
color: gray;
|
||||
}
|
||||
:-ms-input-placeholder {
|
||||
color: gray;
|
||||
}
|
||||
::-ms-input-placeholder {
|
||||
color: gray;
|
||||
}
|
||||
::placeholder {
|
||||
color: gray;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue