aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2019-01-06 17:01:36 -0800
committerXhmikosR <[email protected]>2019-01-07 03:01:36 +0200
commite6b1eefc7392478c4acedaebc3c6b27a47e586c4 (patch)
tree72f9b8959bb5ce2cd3ea0a9ca5819ad5d79b830a /package.json
parent42bed436e86103ba85e56ea76a1c6cc6d16218ba (diff)
downloadbootstrap-e6b1eefc7392478c4acedaebc3c6b27a47e586c4.tar.xz
bootstrap-e6b1eefc7392478c4acedaebc3c6b27a47e586c4.zip
Add horizontal list group modifier (#27970)
Alternate take to #27683 that builds the modifier class based on min-width, such that list groups are stacked until the class's breakpoint is reached. This is less verbose, matches our primary responsive approach, and prevents an extra class. Unfortunately, I believe supporting flush list groups is too much code here, so I've skipped that and made a note in the docs. Also added examples generate from our breakpoints data file with a protip for how to do equal width items.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6139ce331..2670085e6 100644
--- a/package.json
+++ b/package.json
@@ -174,11 +174,11 @@
},
{
"path": "./dist/css/bootstrap.css",
- "maxSize": "25 kB"
+ "maxSize": "25.5 kB"
},
{
"path": "./dist/css/bootstrap.min.css",
- "maxSize": "22.7 kB"
+ "maxSize": "23.5 kB"
},
{
"path": "./dist/js/bootstrap.bundle.js",