mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
fix(documentation): wrong import derived variables (#1726)
remove extension from derived variables import
This commit is contained in:
parent
79bad7106c
commit
d4940c3cd3
@ -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…
Reference in New Issue
Block a user