diff options
| author | Mark Otto <[email protected]> | 2015-10-27 08:49:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-10-27 08:49:04 -0700 |
| commit | 368eda788d66c5cd8b39a20878c3302f5e61b351 (patch) | |
| tree | c4cd0d186434d509154b4776ed8184c2c2d208df | |
| parent | 21689186ca917ae55803dec6d7d39db007722d42 (diff) | |
| parent | 12c53ff609cc89d323ff8d3d57a824e678387e53 (diff) | |
| download | bootstrap-368eda788d66c5cd8b39a20878c3302f5e61b351.tar.xz bootstrap-368eda788d66c5cd8b39a20878c3302f5e61b351.zip | |
Merge pull request #17749 from Prelc/patch-1
Remove empty line from _grid.scss
| -rw-r--r-- | scss/_grid.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_grid.scss b/scss/_grid.scss index 02a289557..a71f3aaf2 100644 --- a/scss/_grid.scss +++ b/scss/_grid.scss @@ -73,5 +73,4 @@ .col-#{$breakpoint}-bottom { align-self: flex-end; } } } - } |
