From d4940c3cd33d74373346fddcd96ccb7512e779b9 Mon Sep 17 00:00:00 2001 From: obedm503 Date: Tue, 13 Mar 2018 15:18:28 -0600 Subject: [PATCH] fix(documentation): wrong import derived variables (#1726) remove extension from derived variables import --- docs/documentation/overview/customize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.47.3