From: obedm503 Date: Tue, 13 Mar 2018 21:18:28 +0000 (-0600) Subject: fix(documentation): wrong import derived variables (#1726) X-Git-Tag: 0.7.0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4940c3cd33d74373346fddcd96ccb7512e779b9;p=thirdparty%2Fbulma.git fix(documentation): wrong import derived variables (#1726) remove extension from derived variables import --- diff --git a/docs/documentation/overview/customize.html b/docs/documentation/overview/customize.html index 520497c7d..34d84ab6c 100644 --- a/docs/documentation/overview/customize.html +++ b/docs/documentation/overview/customize.html @@ -37,7 +37,7 @@ $github: #333; $github-invert: findColorInvert($github); // 5. Add new color variables to the color map. -@import "../sass/utilities/derived-variables.sass"; +@import "../sass/utilities/derived-variables"; $addColors: ( "twitter":($twitter, $twitter-invert), "linkedin": ($linkedin, $linkedin-invert),