Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (27 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

52 lines (27 loc) · 1.64 KB

[unreleased]

Added

Changed

Deprecated

Removed

Fixed

[0.2.2] - 2023-07-11

Fixed

  • Aligned the box-shadows with our design specification (@lowiebenoot in #16)

[0.2.1] - 2020-01-06

Changed

  • @composes: remove all usages of @composes to avoid errors. (@driesd in #15)

[0.2.0] - 2019-11-19

Changed

  • Clearfix: renamed clearfix selector from .cf to .clearfix (@driesd in #13)

[0.1.2] - 2019-11-18

Added

  • Clearfix: added clearfix styling (@driesd in #11)
  • Disable user select: added a .disable-user-select class to prevent the user from selecting text. (@driesd in #10)

[0.1.1] - 2019-03-12

Changed

[0.1.0] - 2018-11-14

Added

  • Border radius: added border-radius variables (@driesd in #6)

Removed

  • [BREAKING] Z-index: removed the the obsolete z-index variables. (@driesd in #4)