Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Remove height rules from block system
Browse files Browse the repository at this point in the history
  • Loading branch information
artkravchenko committed Sep 24, 2016
1 parent 500cabd commit ccefaad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/less/blocks/v2/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
display: block;
width: (@count * @col-base);
flex: 0 0 (@count * @col-base);
height: @col-base;
}

.generate-columns(@size, @n) {
Expand All @@ -82,7 +81,6 @@
.col-@{__size}-100pct {
display: block;
width: 100%;
height: @col-base;
flex: 0 0 100%;
}
}
Expand Down Expand Up @@ -113,7 +111,6 @@
.col-xs {
display: block;
width: 100%;
height: @col-base;
flex: 0 0 100%;
}
}
Expand Down

0 comments on commit ccefaad

Please sign in to comment.