Fix footer.sass indentation
This commit is contained in:
parent
f74b0781c7
commit
efa51b1ebe
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue