Skip to content

Commit

Permalink
Fix size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 17, 2020
1 parent d2ce094 commit 76f3f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/prefixes.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ f(require('caniuse-lite/data/features/css-placeholder'), browsers => {

// Placeholder-shown selector
f(require('caniuse-lite/data/features/css-placeholder-shown'), browsers => {
console.log(browsers)
prefix([':placeholder-shown'], {
selector: true,
feature: 'css-placeholder-shown',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"size-limit": [
{
"path": "build/lib/autoprefixer.js",
"limit": "114 KB"
"limit": "115 KB"
}
],
"eslintConfig": {
Expand Down

0 comments on commit 76f3f47

Please sign in to comment.