Skip to content

Seed Props - v0.3.0

Latest

Choose a tag to compare

@ItsJonQ ItsJonQ released this 14 Jul 14:05
· 10 commits to master since this release

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) {
    ...
  }
}