]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #19148 as follow up to #19099: ensure local mixin variable is used for in...
authorMark Otto <markdotto@gmail.com>
Wed, 17 Feb 2016 04:11:11 +0000 (20:11 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 17 Feb 2016 04:11:11 +0000 (20:11 -0800)
scss/mixins/_grid-framework.scss

index 15d1e6bdf86516efc814e9e0fd4eaffba6628e44..93a3a8707fedb81c58952df06d1108a83f03c0be 100644 (file)
@@ -15,8 +15,8 @@
           flex-grow: 1;
           max-width: 100%;
           min-height: 1px;
-          padding-right: ($grid-gutter-width / 2);
-          padding-left:  ($grid-gutter-width / 2);
+          padding-right: ($gutter / 2);
+          padding-left:  ($gutter / 2);
         }
       }