2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Remove redundant brackets (#27768)

This commit is contained in:
Martijn Cuppens
2018-12-14 17:54:44 +01:00
committed by GitHub
parent 1dc42a3373
commit 502b6c8ed6
11 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
%grid-column {
position: relative;
width: 100%;
padding-right: ($gutter / 2);
padding-left: ($gutter / 2);
padding-right: $gutter / 2;
padding-left: $gutter / 2;
}
@each $breakpoint in map-keys($breakpoints) {