Skip to content

Instantly share code, notes, and snippets.

@syavorsky
Created October 29, 2015 22:15
Show Gist options
  • Save syavorsky/06afd1538ad3008c9274 to your computer and use it in GitHub Desktop.
Save syavorsky/06afd1538ad3008c9274 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
// --- a3-fe ---
// uncomment one of these 2, both sjhould work
$utk-color: #444;
//$oldVarName: #555;
// After vars set we include UTK
// @import ui-toolkit.scss
// -------------------------------------------------------
// --- UTK ----
$utk-color: $oldVarName !default;
$utk-color: #333 !default;
.utk-class {
color: $utk-color;
}
.utk-class {
color: #444;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment