1
0
Fork 0
mirror of https://github.com/zrgn/zrgn.github.io synced 2025-07-16 15:40:29 +00:00

Use better bower/grunt integration plugin.

This commit is contained in:
Alex Wood 2019-05-30 10:11:49 -04:00
parent 23d16dc090
commit 0534a81c9f
65 changed files with 5047 additions and 24145 deletions

View file

@ -0,0 +1,9 @@
$footer-background-color: $white-bis !default
$footer-color: false !default
$footer-padding: 3rem 1.5rem 6rem !default
.footer
background-color: $footer-background-color
padding: $footer-padding
@if $footer-color
color: $footer-color