Releases: wispcode/wisp-css
Releases · wispcode/wisp-css
1.2.0
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
1.1.0
1.0.0
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
0.6.1
0.6.0
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. Usewidthutility.