Skip to content

Instantly share code, notes, and snippets.

@adamsir
Created July 3, 2014 17:25
Show Gist options
  • Save adamsir/cd0a547f40302d7521e3 to your computer and use it in GitHub Desktop.
Save adamsir/cd0a547f40302d7521e3 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v2.0.0)
// ----
$subject: (background:#fff);
@mixin list-map($class) {
@mixin property($properties...){
$length: length($properties);
$value: nth($properties, $length);
@for $i from 1 to $length{
#{nth($properties, $i)}: $property;
}
}
@mixin value($values...){
$length: length($values);
$value: nth($values, $length);
@for $i from 1 to $length{
#{nth($values, $i)}: $value;
}
}
}
source string:1: error: error reading values after background
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment