Releases: dev-onenetworkecommerce/aia
Releases · dev-onenetworkecommerce/aia
v0.3.2
- Remove custom font-weight for headings; set to browser default (bold).
- Add responsive mixins.
v0.3.1
- Fix
$brand-sidebar-dk
color.
v0.3.0: Bulk update;
- 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
- Remove horizontal margins from button-button sibling.
- Vertically center icons.
v0.2.0
- 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
- 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
- Update panel to enable multiple
body
v0.1.11
- Add
-primary
modifier for panels.
- Add icons.
v0.1.10
- Fix vertical rhythm for text
- Deprecate
.text-sky
, etc (text variants); add ._text-sky
, etc; Add _
prefixes.