You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to use the .scss file from h20 by downloading it into the _scss/footer and including it. Jekyll failed to compile because footer.scss was using a bootstrap mixin (make-row) which wasn't already part of the mixins h20-static is using.
Jekyll failed to recognize other _scss variables such as $light-blue, $link-color
The text was updated successfully, but these errors were encountered:
#109
/_includes/footer.html
Formatting
I attempted to use the .scss file from h20 by downloading it into the
_scss/footer
and including it. Jekyll failed to compile becausefooter.scss
was using a bootstrap mixin (make-row) which wasn't already part of the mixins h20-static is using.Jekyll failed to recognize other _scss variables such as
$light-blue
,$link-color
The text was updated successfully, but these errors were encountered: