Skip to content

Releases: dev-onenetworkecommerce/aia

v0.3.2

27 Sep 16:13
Compare
Choose a tag to compare
  • Remove custom font-weight for headings; set to browser default (bold).
  • Add responsive mixins.

v0.3.1

27 Sep 16:13
Compare
Choose a tag to compare
  • Fix $brand-sidebar-dk color.

v0.3.0: Bulk update;

27 Sep 16:12
Compare
Choose a tag to compare
  • Add $font-size-small variable.

Breaking

  • Rename $brand-neutral-dk and $brand-neutral-dker to $brand-sidebar and $brand-sidebar-dk respectively.

v0.2.1

27 Sep 16:12
Compare
Choose a tag to compare
  • Remove horizontal margins from button-button sibling.
  • Vertically center icons.

v0.2.0

27 Sep 16:12
Compare
Choose a tag to compare
  • 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" />

v0.1.14

27 Sep 16:10
Compare
Choose a tag to compare
  • Rename $brand-blue color to $brand-primary.
  • Fix $brand-primary and $brand-sky-dk hex values (by simply switching the values).
  • Update active list-group menuitem to have default cursor when hovered (instead of a pointer).

v0.1.13

27 Sep 16:11
Compare
Choose a tag to compare
  • Update panel to enable multiple body

v0.1.12

27 Sep 16:10
Compare
Choose a tag to compare
  • Add icon sizes.

v0.1.11

27 Sep 16:10
Compare
Choose a tag to compare
  • Add -primary modifier for panels.
  • Add icons.

v0.1.10

27 Sep 16:09
Compare
Choose a tag to compare
  • Fix vertical rhythm for text
  • Deprecate .text-sky, etc (text variants); add ._text-sky, etc; Add _ prefixes.