mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Add CSS class name prefix
This commit is contained in:
@@ -4,7 +4,7 @@ $footer-background-color: $scheme-main-bis !default;
|
||||
$footer-color: false !default;
|
||||
$footer-padding: 3rem 1.5rem 6rem !default;
|
||||
|
||||
.footer {
|
||||
.#{$class-prefix}footer {
|
||||
background-color: $footer-background-color;
|
||||
padding: $footer-padding;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user