Skip to content

v0.2.0

Compare
Choose a tag to compare
@srph srph released this 27 Sep 16:12
· 401 commits to master since this release
  • Add icon utils for Slate, List Group, and Alert.

Breaking

  • Remove .centered. (replaced with ._centered).
  • Remove text color variants .text-*. (replaced with ._; prefixed with _).
  • Add icon class selector; remove icon- class pattern selector.
// old
<i class="icon-yolo" />

// new
<i class="icon icon-yolo" />