package css

  1. Overview
  2. Docs

All case-sensitive keywords

type keyword = [
  1. | `Absolute
  2. | `All_petite_caps
  3. | `All_small_caps
  4. | `Auto
  5. | `Baseline
  6. | `Bold
  7. | `Bolder
  8. | `Border_box
  9. | `Block
  10. | `Bottom
  11. | `Break_spaces
  12. | `Caption
  13. | `Center
  14. | `Column
  15. | `Column_reverse
  16. | `Common_ligatures
  17. | `Condensed
  18. | `Contain
  19. | `Content
  20. | `Content_box
  21. | `Contents
  22. | `Contextual
  23. | `Collapse
  24. | `Cover
  25. | `Current_color
  26. | `Cursive
  27. | `Dashed
  28. | `Diagonal_frations
  29. | `Discretionary_ligatures
  30. | `Dotted
  31. | `Double
  32. | `Emoji
  33. | `End
  34. | `Expanded
  35. | `Extra_condensed
  36. | `Extra_expanded
  37. | `Fangsong
  38. | `Fantasy
  39. | `First
  40. | `Fixed
  41. | `Flex
  42. | `Flex_end
  43. | `Flex_start
  44. | `Flow
  45. | `Flow_root
  46. | `Full_width
  47. | `Grid
  48. | `Groove
  49. | `Hidden
  50. | `Historical_ligatures
  51. | `Icon
  52. | `Inherit
  53. | `Initial
  54. | `Inline
  55. | `Inline_block
  56. | `Inline_table
  57. | `Inline_flex
  58. | `Inline_grid
  59. | `Inset
  60. | `Inside
  61. | `Italic
  62. | `Jis78
  63. | `Jis83
  64. | `Jis90
  65. | `Jis04
  66. | `Justify
  67. | `Justify_all
  68. | `Large
  69. | `Larger
  70. | `Last
  71. | `Left
  72. | `Legacy
  73. | `Lighter
  74. | `Lining_nums
  75. | `List_item
  76. | `Local
  77. | `Match_parent
  78. | `Math
  79. | `Max_content
  80. | `Medium
  81. | `Menu
  82. | `Message_box
  83. | `Middle
  84. | `Min_content
  85. | `Monospace
  86. | `None
  87. | `Normal
  88. | `Nowrap
  89. | `No_common_ligatures
  90. | `No_contextual
  91. | `No_discretionary_ligatures
  92. | `No_historical_ligatures
  93. | `No_repeat
  94. | `Oldstyle_nums
  95. | `Ordinal
  96. | `Outset
  97. | `Outside
  98. | `Padding_box
  99. | `Petite_caps
  100. | `Pre
  101. | `Pre_line
  102. | `Pre_wrap
  103. | `Proportional_nums
  104. | `Proportional_width
  105. | `Relative
  106. | `Repeat_x
  107. | `Repeat_y
  108. | `Repeat
  109. | `Revert
  110. | `Revert_layer
  111. | `Right
  112. | `Row
  113. | `Row_reverse
  114. | `Ridge
  115. | `Round
  116. | `Run_in
  117. | `Ruby
  118. | `Ruby_base
  119. | `Ruby_base_container
  120. | `Ruby_text
  121. | `Ruby_text_container
  122. | `Safe
  123. | `Sans_serif
  124. | `Scroll
  125. | `Self_end
  126. | `Self_start
  127. | `Semi_condensed
  128. | `Semi_expanded
  129. | `Serif
  130. | `Simplified
  131. | `Slashed_zero
  132. | `Small
  133. | `Smaller
  134. | `Small_caps
  135. | `Small_caption
  136. | `Solid
  137. | `Space
  138. | `Space_around
  139. | `Space_between
  140. | `Space_evenly
  141. | `Stacked_fractions
  142. | `Start
  143. | `Static
  144. | `Status_bar
  145. | `Sticky
  146. | `Stretch
  147. | `Sub
  148. | `Super
  149. | `System_ui
  150. | `Table
  151. | `Table_row_group
  152. | `Table_header_group
  153. | `Table_row
  154. | `Table_cell
  155. | `Table_column_group
  156. | `Table_column
  157. | `Table_caption
  158. | `Tabular_nums
  159. | `Text
  160. | `Text_bottom
  161. | `Text_top
  162. | `Thick
  163. | `Thin
  164. | `Titling_caps
  165. | `Top
  166. | `Ui_monospace
  167. | `Ui_rounded
  168. | `Ui_sans_serif
  169. | `Ui_serif
  170. | `Ultra_condensed
  171. | `Ultra_expanded
  172. | `Unicase
  173. | `Unicode
  174. | `Unsafe
  175. | `Unset
  176. | `Traditional
  177. | `Transparent
  178. | `Visible
  179. | `Wrap
  180. | `Wrap_reverse
  181. | `Xxx_large
  182. | `Xx_large
  183. | `Xx_small
  184. | `X_large
  185. | `X_small
]
val string_of_kw : [< keyword ] -> string