sasset:working_with_the_map_data_type
Associated Arrays : key/value
$color-btns: (
rouge: $red,
vert: $green,
bleu: $blue,
);
@each $key, $value in $color-btns {
.btn-#{$key} {
@extend %btn;
background-color: $value;
}
}
sasset/working_with_the_map_data_type.txt · Last modified: 2016/04/02 14:57 by leo