Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from xavianaxw/hotfix/remove-margin-bottom
Browse files Browse the repository at this point in the history
fix o-flex__item having additional margin bottom
  • Loading branch information
xavianaxw authored Sep 1, 2017
2 parents 03babf5 + d75b08e commit 1403509
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Changelog

### `v0.0.5`
Date: 2017-09-01

- Remove margin-bottom on `o-flex__item`
1 change: 0 additions & 1 deletion objects/_objects.flex.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
margin-left: -$inuit-global-spacing-unit;

> .o-flex__item {
margin-bottom: $inuit-global-spacing-unit;
padding-left: $inuit-global-spacing-unit;
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inuitcss-flexbox",
"version": "0.0.4",
"version": "0.0.5",
"description": "Enhancement to inuitcss using flexbox for the grid structure",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1403509

Please sign in to comment.