]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add margin utils to the grid for fully functional grid control (#26957)
authorMark Otto <otto@github.com>
Sun, 29 Jul 2018 04:34:27 +0000 (21:34 -0700)
committerGitHub <noreply@github.com>
Sun, 29 Jul 2018 04:34:27 +0000 (21:34 -0700)
* Add margin utils to the grid for fully functional grid control

* bump the max filesize

package.json
scss/bootstrap-grid.scss

index 5e1e2d6a698e8309109f18513616feb451fd9f4d..b6d84310691a0e7951cd968d6570d1511c8c8710 100644 (file)
   "bundlesize": [
     {
       "path": "./dist/css/bootstrap-grid.css",
-      "maxSize": "5 kB"
+      "maxSize": "6 kB"
     },
     {
       "path": "./dist/css/bootstrap-grid.min.css",
-      "maxSize": "5 kB"
+      "maxSize": "6 kB"
     },
     {
       "path": "./dist/css/bootstrap-reboot.css",
index 509171d4d28b1dbd851a8a84cdb1783ae78eb230..16f5f0dfb99484a91365ae45656c37c7bd8bbc94 100644 (file)
@@ -30,3 +30,4 @@ html {
 @import "grid";
 @import "utilities/display";
 @import "utilities/flex";
+@import "utilities/spacing";