Skip to content

Releases: zaydek/duomo

v0.2.3

17 Oct 21:17
Compare
Choose a tag to compare

Added min-height utilities (#6).

v0.2.2

17 Oct 21:00
Compare
Choose a tag to compare
  • Added m-gap utilities based on $short-scale (#1)
  • Also updated rounded to use $short-scale (#9)

v0.2.1

17 Oct 20:20
Compare
Choose a tag to compare

Added responsive pointer-events (#11).

v0.2

17 Oct 18:53
ed162c8
Compare
Choose a tag to compare

Added README.md-based documentation.

v0.1

16 Oct 19:25
Compare
Choose a tag to compare

Initial release, adds support for the following class categories:

.m { margin: ... }
.p { padding: ... }
.static, .relative, .absolute, .fixed, .sticky { position: ... }
.block, .inline-block, .inline, .flex-row, .inline-flex-row, .flex-col. .inline-flex-col { display: ... }
.w { width: ... }
.max-w { max-width: ... }
.h { height: ... }
.bg { background-color: ... }
.rounded { border-radius: ... }
.shadow { box-shadow: ... }
.z { z-index: ... }
.pointer-events { pointer-events: ... }