.footer -> %footer
This commit is contained in:
parent
923a16a8c8
commit
7a0d6108e1
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
@import "mixins";
|
||||
@import "placeholders";
|
||||
|
||||
.footer {
|
||||
footer {
|
||||
@include vertical-padding(72px);
|
||||
background-color: $light-grey;
|
||||
border-top: 1px solid $border-grey;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.footer
|
||||
%footer
|
||||
.container
|
||||
%ul.footer-columns
|
||||
%li.footer-column
|
||||
|
|
Loading…
Reference in a new issue