package css

  1. Overview
  2. Docs

Module Css.KwSource

All case-sensitive keywords

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