Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.67 KB

File metadata and controls

21 lines (14 loc) · 1.67 KB

Task

Current tasks, docs, changes, and others which must or has not yet been resolved/finished.

Docs Page

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:

Important

  • filter. Set filter property by type {filterName}-{value}
  • backdrop-filter. Set backdrop-filter property, it's using back-{filterName}-{value}.
  • background. Set background and others background related property, it's using bg-{optional(loc, blend, repeat, size...)}-{value}.
  • Font & Text. This documentation will contain various font and text property, such as fs-{value} for setting the font-size, ta-{value} will sett the text-align property, and so on.
  • transform. Set transform property. To use it, you will using type {transformFunction}-{value}. Ex: rt-30deg, move-x-100px, and so on.

Anytime

  • aspect-ratio. Set aspect-ratio property, it's using ratio-{value}.
  • cursor. Set cursor property, it's using cursor-{value} or curs-{value}.
  • outline. Set outline and others outline related property, it's using ol-{optional(offset, style, width...)}-{value}.