Releases: AccentDesign/karma-css
Releases · AccentDesign/karma-css
Release 2.0.0
-
addition of components
- alerts
- button-groups
- icon-inputs
- input-groups
- messages
- tooltips
Release 1.9.8
- update grid styles
- use predefined linting rules for ordering
- added transition helpers
- added x-cloak for alpine.js
Release 1.9.7
- fix table variations applying to child tables
- Set muted opacity via a variable
$muted-opacity
Release 1.9.6
- fix wrong variables being passed to box-shadow mixin
Release 1.9.5
added new variables
$header-font-color
Release 1.9.4
-
remove block from
li -
new utility helpers
.movecursor move
Release 1.9.3
- stop date type inputs collapsing height on ios
Release 1.9.2
- Re added missing webkit resets on inputs and buttons
Release 1.9.1
tried to republish as readme not updating, still not happening though, give up :(
Release 1.9.0
-
Added scss linting
-
Removed normalize and styled only supported browsers.
-
Added 3 new colour functions that take in a colour name and returns
color-darken()darkencolor-lighten()lightencolor-a()add an alpha
-
Added
.d-gridfordisplay: grid -
Added new button classes
.button-clearand.button-outlinethat can be applied to any base or coloured button -
Added new variables
$strong-font-weight$lead-font-weight$small-font-size
Breaking Changes
- When defining colours and using the
color()function you must wrap the name in parentheses egcolor("primary")