Skip to content

Instantly share code, notes, and snippets.

@thedaviddias
Created August 17, 2014 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thedaviddias/e4bc85e9bed9e90e0c64 to your computer and use it in GitHub Desktop.
Save thedaviddias/e4bc85e9bed9e90e0c64 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
$program: beinggirl;
$category-name: mybody mylife mycircle mystyle create;
@mixin program($theme) {
@if $theme == $program {
@content;
}
}
.subnav {
@include program(beinggirl) {
@each $name in $category-name {
$i: index($category-name, $name);
[data-theme="#{$i}"] & {
border: 3px solid $color-secondary-0"#{$i}";
}
}
}
}
Undefined variable: "$color-secondary-0".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment