Skip to content

Commit

Permalink
[generic] remove mentions of dropped object
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmorDarks committed Oct 26, 2016
1 parent be21f42 commit 84d1c3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
- [breaking] Removed `.o-floated-nav`. With new flexbox `.o-nav` it no longer needed.
- [breaking] Removed `.o-pack`. Its functionality merged into `.o-nav--pack` and `.o-nav--fixed-pack`. In IE8 and IE9 new modifiers will fallback to old behaviour of `.o-pack` for compitability reasons.
- [breaking] Removed `.o-grid*` size modifiers, use new `.h-childs-displace*`.
- [breaking] Removed `.o-island` size modifiers, use `.h-padding*` or `.h-margin*`.
- [breaking] Removed `.o-nav--padding` size modifiers, use new `.h-anchors-padding*` o- -[breaking] anchors-margin*`.
- [breaking] Removed `.g-table--padding` size modifiers, use new `.h-cell-padding*`.
- [breaking] Removed `.g-list--indent`, use new `.h-childs-spacing*`.
Expand Down
4 changes: 1 addition & 3 deletions generic/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ blockquote, p, address,
table,
fieldset, figure,
pre,
.#{$ekzo-g-ns}media,
.#{$ekzo-g-ns}flag,
.#{$ekzo-g-ns}island { margin-bottom: ekzo-space(1); }
.#{$ekzo-g-ns}media { margin-bottom: ekzo-space(1); }

// ----
// `hr` elements only take up a few pixels, so we need to give them special
Expand Down

0 comments on commit 84d1c3d

Please sign in to comment.