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

Innovation. Community. Security.