Skip to content

Commit

Permalink
Remove deprecated nav
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Oct 10, 2017
1 parent 1053ccc commit 56a10e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 127 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

### Breaking changes

The new `$link` color is part of the `$colors` map. As a result, `.button.is-link` is a colored button now. Use `.button.is-text` if you want the underlined button.
* The new `$link` color is part of the `$colors` map. As a result, `.button.is-link` is a colored button now. Use `.button.is-text` if you want the underlined button.
* The deprecated `variables.sass` file has been removed.
* The deprecated `nav.sass` file has been removed.

### New features

Expand Down
1 change: 0 additions & 1 deletion sass/components/_all.sass
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
@import "menu.sass"
@import "message.sass"
@import "modal.sass"
@import "nav.sass"
@import "navbar.sass"
@import "pagination.sass"
@import "panel.sass"
Expand Down
125 changes: 0 additions & 125 deletions sass/components/nav.sass

This file was deleted.

0 comments on commit 56a10e8

Please sign in to comment.