Changes
A simple, but important change. This automatically adds the -before the mapped class name.
Before
.class- {
@include prop-map($map, (size) {
...
}
}
After
.class {
@include prop-map($map, (size) {
...
}
}
A simple, but important change. This automatically adds the -before the mapped class name.
Before
.class- {
@include prop-map($map, (size) {
...
}
}
After
.class {
@include prop-map($map, (size) {
...
}
}