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

Latest commit

 

History

History
43 lines (25 loc) · 767 Bytes

CHANGELOG.md

File metadata and controls

43 lines (25 loc) · 767 Bytes

Changelog

[1.3.0] - 2024-05-30

Added

  • bc for border-color property

Removed

  • auto-flex type

[1.2.0] - 2024-05-27

Added

  • tw for text-wrap property
  • border for border property

Removed

  • All filter function
  • All backdrop-filter function
  • All transform function

[1.1.0] - 2024-05-19

Changed

  • pv => py for properties padding-top and padding-bottom
  • ph => px for properties padding-left and padding-right
  • mv => my for properties margin-top and margin-bottom
  • mh => mx for properties margin-left and margin-right

Removed

  • display types now removed, you can only use d-{value} to set display property

[1.0.0] - 2024-05-10

Added

  • Initial release