This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 77
ignoring @if variable-exists() #152
Comments
Gulp ruby sass just runs Sass and has no effect on parsing or output. Try running |
That's really strange. Thanks for pointing me in the right direction, Sass throws the same error:
I'll keep digging. Sorry for wasting your time :) |
No prob. |
@dgrebb Sass does not support |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Howdy,
I'm defining variables for font includes and only importing them if they exist:
in
_config.scss
:in
_utilities.scss
:and in
styles.scss
:gulp output:
Error: error /Users/dgrebb/Projects/tbi-dev-utils/development-standards/css/sass-template/src/scss/_utilities.scss (Line 13: Undefined variable: "$font-url--typekit".)
It appears ruby sass is ignoring the
if()
introspection function and running@import
anyway?The text was updated successfully, but these errors were encountered: