Skip to content

Commit

Permalink
Removing iconochive (#9310)
Browse files Browse the repository at this point in the history
* Removing iconochive

* Updating bundlesize.config.json with new CSS file sizes

* Rounding css filesizes up to the next KB in bundlesize.config.json so tests will pass
  • Loading branch information
danwoods authored May 23, 2024
1 parent 57467e1 commit dc05746
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 612 deletions.
12 changes: 6 additions & 6 deletions bundlesize.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,35 +74,35 @@
},
{
"path": "static/build/page-admin.css",
"maxSize": "27KB"
"maxSize": "25KB"
},
{
"path": "static/build/page-book.css",
"maxSize": "14KB"
},
{
"path": "static/build/page-edit.css",
"maxSize": "26KB"
"maxSize": "25KB"
},
{
"path": "static/build/page-form.css",
"maxSize": "26KB"
"maxSize": "25KB"
},
{
"path": "static/build/page-home.css",
"maxSize": "8KB"
},
{
"path": "static/build/page-plain.css",
"maxSize": "26KB"
"maxSize": "25KB"
},
{
"path": "static/build/page-subject.css",
"maxSize": "10KB"
"maxSize": "9KB"
},
{
"path": "static/build/page-user.css",
"maxSize": "30KB"
"maxSize": "27KB"
}
]
}
Loading

0 comments on commit dc05746

Please sign in to comment.