Skip to content

Commit

Permalink
Ran grunt to create build
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuijjer committed Sep 25, 2015
1 parent 1f55be6 commit d33574e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/index.min.css

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/flexboxgrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
Expand Down Expand Up @@ -176,6 +177,10 @@
max-width: 100%;
}

.col-xs-offset-0 {
margin-left: 0;
}

.col-xs-offset-1 {
margin-left: 8.333%;
}
Expand Down Expand Up @@ -310,6 +315,7 @@
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
Expand Down Expand Up @@ -426,6 +432,10 @@
max-width: 100%;
}

.col-sm-offset-0 {
margin-left: 0;
}

.col-sm-offset-1 {
margin-left: 8.333%;
}
Expand Down Expand Up @@ -561,6 +571,7 @@
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
Expand Down Expand Up @@ -677,6 +688,10 @@
max-width: 100%;
}

.col-md-offset-0 {
margin-left: 0;
}

.col-md-offset-1 {
margin-left: 8.333%;
}
Expand Down Expand Up @@ -812,6 +827,7 @@
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
Expand Down Expand Up @@ -928,6 +944,10 @@
max-width: 100%;
}

.col-lg-offset-0 {
margin-left: 0;
}

.col-lg-offset-1 {
margin-left: 8.333%;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/flexboxgrid.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit d33574e

Please sign in to comment.