fix(documentation): wrong import derived variables (#1726)

remove extension from derived variables import
This commit is contained in:
obedm503
2018-03-13 15:18:28 -06:00
committed by Jeremy Thomas
parent 79bad7106c
commit d4940c3cd3

View File

@@ -37,7 +37,7 @@ $github: #333;
$github-invert: findColorInvert($github); $github-invert: findColorInvert($github);
// 5. Add new color variables to the color map. // 5. Add new color variables to the color map.
@import "../sass/utilities/derived-variables.sass"; @import "../sass/utilities/derived-variables";
$addColors: ( $addColors: (
"twitter":($twitter, $twitter-invert), "twitter":($twitter, $twitter-invert),
"linkedin": ($linkedin, $linkedin-invert), "linkedin": ($linkedin, $linkedin-invert),