-
Reply
I am trying to set up different style through _setting for
$keystroke-bg: scale-color(#fff, $lightness: $keystroke-function-factor);
however, it gives me an error once I enable it.
Is it a bug?
I am using 5.1.1.
I am trying to set up different style through _setting for
$keystroke-bg: scale-color(#fff, $lightness: $keystroke-function-factor);
however, it gives me an error once I enable it.
Is it a bug?
I am using 5.1.1.
by
samjin
Monday, February 17, 2014 at 4:11 PM EST
bugkeystrokesettingscssFoundation 5
I am trying to set up different style through _setting for
$keystroke-bg: scale-color(#fff, $lightness: $keystroke-function-factor);
however, it gives me an error once I enable it.
Is it a bug?
I am using 5.1.1.
Get up to speed FAST, learn straight from the experts who built Foundation.
Learn MoreLearn Foundation from the creators in our interactive online webinars which will keep you up to date with the latest trends and skills needed to win your projects.
Or if you prefer, contact the Foundation Team at [email protected] or (408) 341-0600 x635
When I say an error, I meant compile error. it says (Line 608 of scss/_settings.scss: Undefined variable: "$keystroke-function-factor".)