Browse Source

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

remove extension from derived variables import
obedm503 7 years ago
parent
commit
d4940c3cd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/documentation/overview/customize.html

+ 1 - 1
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),