Releases: zaydek/duomo
Releases · zaydek/duomo
v0.2.3
v0.2.2
v0.2.1
v0.2
v0.1
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: ... }