Current tasks, docs, changes, and others which must or has not yet been resolved/finished.
These are some of the types and properties that have no documentation, this also has it's priority depends on the depending on the number of types and properties:
- filter. Set
filterproperty by type{filterName}-{value} - backdrop-filter. Set
backdrop-filterproperty, it's usingback-{filterName}-{value}. - background. Set
backgroundand others background related property, it's usingbg-{optional(loc, blend, repeat, size...)}-{value}. - Font & Text. This documentation will contain various font and text property, such as
fs-{value}for setting thefont-size,ta-{value}will sett thetext-alignproperty, and so on. - transform. Set
transformproperty. To use it, you will using type{transformFunction}-{value}. Ex:rt-30deg,move-x-100px, and so on.
- aspect-ratio. Set
aspect-ratioproperty, it's usingratio-{value}. - cursor. Set
cursorproperty, it's usingcursor-{value}orcurs-{value}. - outline. Set
outlineand others outline related property, it's usingol-{optional(offset, style, width...)}-{value}.