Skip to content

Instantly share code, notes, and snippets.

@csswizardry
Created October 15, 2014 14:31
Show Gist options
  • Save csswizardry/9db6b5c30f74e3db43a8 to your computer and use it in GitHub Desktop.
Save csswizardry/9db6b5c30f74e3db43a8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.5)
// Compass (v1.0.1)
// ----
$inuit-widget-font-size: 18px;
$inuit-widget-color: black;
// IMPORT WIDGET FILE HERE
$inuit-widget-color: red !default;
$inuit-widget-font-size: 12px !default;
.inuit-widget {
font-size: $inuit-widget-font-size;
color: $inuit-widget-color;
}
.inuit-widget {
font-size: 18px;
color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment