Lists
$myColors = #aaa #bbb #ccc #ddd; $awesomeKit = #ccc, 2px '#aaa'; .awesomeness {
background-color: nth($awesomeKit, 1);
border-radius: nth($awesomeKit, 2);
border-color: unquote(nth($awesomeKit, 3));
}Last updated
$myColors = #aaa #bbb #ccc #ddd; $awesomeKit = #ccc, 2px '#aaa'; .awesomeness {
background-color: nth($awesomeKit, 1);
border-radius: nth($awesomeKit, 2);
border-color: unquote(nth($awesomeKit, 3));
}Last updated