diff options
| -rw-r--r-- | bundlesize.config.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bundlesize.config.json b/bundlesize.config.json index 33ef147c9..137c75352 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -17,6 +17,14 @@ "maxSize": "2 kB" }, { + "path": "./dist/css/bootstrap-utilities.css", + "maxSize": "8 kB" + }, + { + "path": "./dist/css/bootstrap-utilities.min.css", + "maxSize": "7 kB" + }, + { "path": "./dist/css/bootstrap.css", "maxSize": "25 kB" }, |
