Remove deprecated nav

This commit is contained in:
Jeremy Thomas
2017-10-10 10:52:47 +01:00
parent 1053ccc0b0
commit 56a10e8011
3 changed files with 3 additions and 127 deletions

View File

@@ -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