Skip to content

Releases: wispcode/wisp-css

1.2.0

01 Jun 16:09

Choose a tag to compare

Moved box from the objects layer to the components layer. Its common enough for a box to have a rounded modifier, which is a visual style and warrants the move. In addition, I added a bordered modifier, similar to what is available on the card. In addition, name changes were made to some of the variables to keep things consistent.

1.1.1

01 Jun 15:01

Choose a tag to compare

Fixed missing font-family from foundation.css

1.1.0

31 May 17:48

Choose a tag to compare

Added Sticky behavior

1.0.0

30 May 15:17

Choose a tag to compare

Wisp 1.0.0 has been summoned into the human realm!

Included

  • Foundation and preflight modules
  • Objects: container, grid, stack, cluster, media, pair, ration, link-block, link-inline
  • Behaviors: press, scroll, transition
  • Components:: button, input, card, badge, table
  • Utilities: type, width, text, margin, color, visually-hidden

0.6.2

29 May 04:11

Choose a tag to compare

0.6.2 Pre-release
Pre-release

Fixed: Breakpoints were unnecessary for align-items. Added missing justify modifiers.

0.6.1

29 May 03:16

Choose a tag to compare

0.6.1 Pre-release
Pre-release

Fixed missing @import

0.6.0

29 May 03:10

Choose a tag to compare

0.6.0 Pre-release
Pre-release

Changelog

[0.2.0]

Added

  • o-input-addin - New object for creating search text boxes.
  • u-width - New utility for applying a width to an element.

Fixed

  • c-input - Added box-sizing to prevent browsers from overriding the preflight box-sizing: border-box.

Removed

  • c-input-width - Modifers were too dependant on font-family, font-size, and font-weight to be reliable. Use width utility.

0.5.3

27 May 20:28

Choose a tag to compare

0.5.3 Pre-release
Pre-release

Missing Box import

0.5.2

27 May 20:07

Choose a tag to compare

0.5.2 Pre-release
Pre-release

Rebundled

0.5.1

27 May 20:04

Choose a tag to compare

0.5.1 Pre-release
Pre-release

Card import was missing.