Seed Props - v0.0.2
Changes
This was added to support breakpoint loops in seed-breakpoints
Usage:
// scss
.col- {
@include prop-map($obj, (width), --at-sm) {
width: prop(width);
}
}
// css
.col-1--at-sm {
width: 10px;
}This was added to support breakpoint loops in seed-breakpoints
Usage:
// scss
.col- {
@include prop-map($obj, (width), --at-sm) {
width: prop(width);
}
}
// css
.col-1--at-sm {
width: 10px;
}