Skip to content

Releases: AccentDesign/karma-css

Release 2.0.0

10 Apr 11:47
5eac80b

Choose a tag to compare

  • addition of components

    • alerts
    • button-groups
    • icon-inputs
    • input-groups
    • messages
    • tooltips

Release 1.9.8

06 Apr 21:35

Choose a tag to compare

  • update grid styles
  • use predefined linting rules for ordering
  • added transition helpers
  • added x-cloak for alpine.js

Release 1.9.7

04 Mar 16:47

Choose a tag to compare

  • fix table variations applying to child tables
  • Set muted opacity via a variable $muted-opacity

Release 1.9.6

05 Sep 21:51

Choose a tag to compare

  • fix wrong variables being passed to box-shadow mixin

Release 1.9.5

10 Apr 19:07

Choose a tag to compare

added new variables

  • $header-font-color

Release 1.9.4

09 Feb 22:22

Choose a tag to compare

  • remove block from li

  • new utility helpers

    • .move cursor move

Release 1.9.3

08 Feb 21:56

Choose a tag to compare

  • stop date type inputs collapsing height on ios

Release 1.9.2

08 Feb 00:59

Choose a tag to compare

  • Re added missing webkit resets on inputs and buttons

Release 1.9.1

07 Feb 22:15

Choose a tag to compare

tried to republish as readme not updating, still not happening though, give up :(

Release 1.9.0

07 Feb 21:51

Choose a tag to compare

  • 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() darken
    • color-lighten() lighten
    • color-a() add an alpha
  • Added .d-grid for display: grid

  • Added new button classes .button-clear and .button-outline that 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 eg color("primary")