{% capture sass %}
// 1. Import the initial variables
@import "../sass/utilities/initial-variables"
-@import "../sass/utilities/functions";
-@import "../sass/utilities/derived-variables.sass";
+@import "../sass/utilities/functions"
+@import "../sass/utilities/derived-variables.sass"
// 2. Set your own initial variables
// Update blue
$github-invert: findColorInvert($github)
// Add new color variables to the color map.
$addColors: (
- "twitter":($twitter, $twitter-invert),
+ "twitter":($twitter, $twitter-invert),
"linkedin": ($linkedin, $linkedin-invert),
"github": ($github, $github-invert)
)