chore(v2): update Browserslist (#3715)

* chore(v2): update Browserslist

* Update snapshot
This commit is contained in:
Alexey Pyltsyn 2020-11-10 13:17:05 +03:00 committed by GitHub
parent 9a1ba739ea
commit bde4062f20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 20 deletions

View file

@ -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;
}