fix(documentation): wrong import derived variables (#1726)
remove extension from derived variables import
This commit is contained in:
parent
79bad7106c
commit
d4940c3cd3
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue