Fix footer.sass indentation

This commit is contained in:
Jeremy Thomas 2019-05-18 17:27:23 +01:00
parent f74b0781c7
commit efa51b1ebe
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ $title-family: "Georgia", serif;
* #2290 Fix #1186 -> Reset the offset on columns
* #2231 Add `.has-text-weight-medium` helper
* #2224 Add customizable border radius to progress bar
* #2480 Add `$footer-color` variable
### Improvements

View File

@ -6,4 +6,4 @@ $footer-padding: 3rem 1.5rem 6rem !default
background-color: $footer-background-color
padding: $footer-padding
@if $footer-color
color: $footer-color
color: $footer-color