Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleynolan committed Apr 7, 2017
1 parent 23e82a9 commit 04388ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kickoff-grid.css",
"title": "Kickoff’s CSS Grid Module",
"description": "Simple powerful flexbox grid with float fallbacks",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "http://trykickoff.com",
"repo": "https://github.com/trykickoff/kickoff-grid.css",
"main": "index.css",
Expand Down
1 change: 1 addition & 0 deletions scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

.g-col {
display: block;
box-sizing: border-box; // Ensure border-box is specified as the grid proportions rely on this

// By default, evenly distribute columns
// n.b. to support non-flexbox browsers, you should always add .g-spanx
Expand Down

0 comments on commit 04388ac

Please sign in to comment.