From 155a3bb24206ac18464d2bd29aed46f13a3db39c Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Mon, 21 Sep 2020 13:59:17 -0700 Subject: [PATCH] Allow for expansion of styles with addition of table of contents code Bug: T252774 Change-Id: I98b7e49b8a3bcba31284385d2f45e0164df2fbb4 --- bundlesize.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundlesize.config.json b/bundlesize.config.json index 95b05fae..ee680bc1 100644 --- a/bundlesize.config.json +++ b/bundlesize.config.json @@ -1,11 +1,11 @@ [ { "resourceModule": "skins.vector.styles.legacy", - "maxSize": "7.9 kB" + "maxSize": "8.0 kB" }, { "resourceModule": "skins.vector.styles", - "maxSize": "9.2 kB" + "maxSize": "9.3 kB" }, { "resourceModule": "skins.vector.styles.responsive",