mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
fix(documentation): wrong import derived variables (#1726)
remove extension from derived variables import
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user