all_css.rs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. use dioxus::prelude::*;
  2. fn main() {
  3. dioxus_desktop::launch(app);
  4. }
  5. fn app() -> Element {
  6. rsx! {
  7. div {
  8. align_content: "a",
  9. align_items: "a",
  10. align_self: "a",
  11. alignment_adjust: "a",
  12. alignment_baseline: "a",
  13. all: "a",
  14. alt: "a",
  15. animation: "a",
  16. animation_delay: "a",
  17. animation_direction: "a",
  18. animation_duration: "a",
  19. animation_fill_mode: "a",
  20. animation_iteration_count: "a",
  21. animation_name: "a",
  22. animation_play_state: "a",
  23. animation_timing_function: "a",
  24. azimuth: "a",
  25. backface_visibility: "a",
  26. background: "a",
  27. background_attachment: "a",
  28. background_clip: "a",
  29. background_color: "a",
  30. background_image: "a",
  31. background_origin: "a",
  32. background_position: "a",
  33. background_repeat: "a",
  34. background_size: "a",
  35. background_blend_mode: "a",
  36. baseline_shift: "a",
  37. bleed: "a",
  38. bookmark_label: "a",
  39. bookmark_level: "a",
  40. bookmark_state: "a",
  41. border: "a",
  42. border_color: "a",
  43. border_style: "a",
  44. border_width: "a",
  45. border_bottom: "a",
  46. border_bottom_color: "a",
  47. border_bottom_style: "a",
  48. border_bottom_width: "a",
  49. border_left: "a",
  50. border_left_color: "a",
  51. border_left_style: "a",
  52. border_left_width: "a",
  53. border_right: "a",
  54. border_right_color: "a",
  55. border_right_style: "a",
  56. border_right_width: "a",
  57. border_top: "a",
  58. border_top_color: "a",
  59. border_top_style: "a",
  60. border_top_width: "a",
  61. border_collapse: "a",
  62. border_image: "a",
  63. border_image_outset: "a",
  64. border_image_repeat: "a",
  65. border_image_slice: "a",
  66. border_image_source: "a",
  67. border_image_width: "a",
  68. border_radius: "a",
  69. border_bottom_left_radius: "a",
  70. border_bottom_right_radius: "a",
  71. border_top_left_radius: "a",
  72. border_top_right_radius: "a",
  73. border_spacing: "a",
  74. bottom: "a",
  75. box_decoration_break: "a",
  76. box_shadow: "a",
  77. box_sizing: "a",
  78. box_snap: "a",
  79. break_after: "a",
  80. break_before: "a",
  81. break_inside: "a",
  82. buffered_rendering: "a",
  83. caption_side: "a",
  84. clear: "a",
  85. clear_side: "a",
  86. clip: "a",
  87. clip_path: "a",
  88. clip_rule: "a",
  89. color: "a",
  90. color_adjust: "a",
  91. color_correction: "a",
  92. color_interpolation: "a",
  93. color_interpolation_filters: "a",
  94. color_profile: "a",
  95. color_rendering: "a",
  96. column_fill: "a",
  97. column_gap: "a",
  98. column_rule: "a",
  99. column_rule_color: "a",
  100. column_rule_style: "a",
  101. column_rule_width: "a",
  102. column_span: "a",
  103. columns: "a",
  104. column_count: "a",
  105. column_width: "a",
  106. contain: "a",
  107. content: "a",
  108. counter_increment: "a",
  109. counter_reset: "a",
  110. counter_set: "a",
  111. cue: "a",
  112. cue_after: "a",
  113. cue_before: "a",
  114. cursor: "a",
  115. direction: "a",
  116. display: "a",
  117. display_inside: "a",
  118. display_outside: "a",
  119. display_extras: "a",
  120. display_box: "a",
  121. dominant_baseline: "a",
  122. elevation: "a",
  123. empty_cells: "a",
  124. enable_background: "a",
  125. fill: "a",
  126. fill_opacity: "a",
  127. fill_rule: "a",
  128. filter: "a",
  129. float: "a",
  130. float_defer_column: "a",
  131. float_defer_page: "a",
  132. float_offset: "a",
  133. float_wrap: "a",
  134. flow_into: "a",
  135. flow_from: "a",
  136. flex: "a",
  137. flex_basis: "a",
  138. flex_grow: "a",
  139. flex_shrink: "a",
  140. flex_flow: "a",
  141. flex_direction: "a",
  142. flex_wrap: "a",
  143. flood_color: "a",
  144. flood_opacity: "a",
  145. font: "a",
  146. font_family: "a",
  147. font_size: "a",
  148. font_stretch: "a",
  149. font_style: "a",
  150. font_weight: "a",
  151. font_feature_settings: "a",
  152. font_kerning: "a",
  153. font_language_override: "a",
  154. font_size_adjust: "a",
  155. font_synthesis: "a",
  156. font_variant: "a",
  157. font_variant_alternates: "a",
  158. font_variant_caps: "a",
  159. font_variant_east_asian: "a",
  160. font_variant_ligatures: "a",
  161. font_variant_numeric: "a",
  162. font_variant_position: "a",
  163. footnote_policy: "a",
  164. glyph_orientation_horizontal: "a",
  165. glyph_orientation_vertical: "a",
  166. grid: "a",
  167. grid_auto_flow: "a",
  168. grid_auto_columns: "a",
  169. grid_auto_rows: "a",
  170. grid_template: "a",
  171. grid_template_areas: "a",
  172. grid_template_columns: "a",
  173. grid_template_rows: "a",
  174. grid_area: "a",
  175. grid_column: "a",
  176. grid_column_start: "a",
  177. grid_column_end: "a",
  178. grid_row: "a",
  179. grid_row_start: "a",
  180. grid_row_end: "a",
  181. hanging_punctuation: "a",
  182. height: "a",
  183. hyphenate_character: "a",
  184. hyphenate_limit_chars: "a",
  185. hyphenate_limit_last: "a",
  186. hyphenate_limit_lines: "a",
  187. hyphenate_limit_zone: "a",
  188. hyphens: "a",
  189. icon: "a",
  190. image_orientation: "a",
  191. image_resolution: "a",
  192. image_rendering: "a",
  193. ime: "a",
  194. ime_align: "a",
  195. ime_mode: "a",
  196. ime_offset: "a",
  197. ime_width: "a",
  198. initial_letters: "a",
  199. inline_box_align: "a",
  200. isolation: "a",
  201. justify_content: "a",
  202. justify_items: "a",
  203. justify_self: "a",
  204. kerning: "a",
  205. left: "a",
  206. letter_spacing: "a",
  207. lighting_color: "a",
  208. line_box_contain: "a",
  209. line_break: "a",
  210. line_grid: "a",
  211. line_height: "a",
  212. line_slack: "a",
  213. line_snap: "a",
  214. list_style: "a",
  215. list_style_image: "a",
  216. list_style_position: "a",
  217. list_style_type: "a",
  218. margin: "a",
  219. margin_bottom: "a",
  220. margin_left: "a",
  221. margin_right: "a",
  222. margin_top: "a",
  223. marker: "a",
  224. marker_end: "a",
  225. marker_mid: "a",
  226. marker_pattern: "a",
  227. marker_segment: "a",
  228. marker_start: "a",
  229. marker_knockout_left: "a",
  230. marker_knockout_right: "a",
  231. marker_side: "a",
  232. marks: "a",
  233. marquee_direction: "a",
  234. marquee_play_count: "a",
  235. marquee_speed: "a",
  236. marquee_style: "a",
  237. mask: "a",
  238. mask_image: "a",
  239. mask_repeat: "a",
  240. mask_position: "a",
  241. mask_clip: "a",
  242. mask_origin: "a",
  243. mask_size: "a",
  244. mask_box: "a",
  245. mask_box_outset: "a",
  246. mask_box_repeat: "a",
  247. mask_box_slice: "a",
  248. mask_box_source: "a",
  249. mask_box_width: "a",
  250. mask_type: "a",
  251. max_height: "a",
  252. max_lines: "a",
  253. max_width: "a",
  254. min_height: "a",
  255. min_width: "a",
  256. mix_blend_mode: "a",
  257. nav_down: "a",
  258. nav_index: "a",
  259. nav_left: "a",
  260. nav_right: "a",
  261. nav_up: "a",
  262. object_fit: "a",
  263. object_position: "a",
  264. offset_after: "a",
  265. offset_before: "a",
  266. offset_end: "a",
  267. offset_start: "a",
  268. opacity: "a",
  269. order: "a",
  270. orphans: "a",
  271. outline: "a",
  272. outline_color: "a",
  273. outline_style: "a",
  274. outline_width: "a",
  275. outline_offset: "a",
  276. overflow: "a",
  277. overflow_x: "a",
  278. overflow_y: "a",
  279. overflow_style: "a",
  280. overflow_wrap: "a",
  281. padding: "a",
  282. padding_bottom: "a",
  283. padding_left: "a",
  284. padding_right: "a",
  285. padding_top: "a",
  286. page: "a",
  287. page_break_after: "a",
  288. page_break_before: "a",
  289. page_break_inside: "a",
  290. paint_order: "a",
  291. pause: "a",
  292. pause_after: "a",
  293. pause_before: "a",
  294. perspective: "a",
  295. perspective_origin: "a",
  296. pitch: "a",
  297. pitch_range: "a",
  298. play_during: "a",
  299. pointer_events: "a",
  300. position: "a",
  301. quotes: "a",
  302. region_fragment: "a",
  303. resize: "a",
  304. rest: "a",
  305. rest_after: "a",
  306. rest_before: "a",
  307. richness: "a",
  308. right: "a",
  309. ruby_align: "a",
  310. ruby_merge: "a",
  311. ruby_position: "a",
  312. scroll_behavior: "a",
  313. scroll_snap_coordinate: "a",
  314. scroll_snap_destination: "a",
  315. scroll_snap_points_x: "a",
  316. scroll_snap_points_y: "a",
  317. scroll_snap_type: "a",
  318. shape_image_threshold: "a",
  319. shape_inside: "a",
  320. shape_margin: "a",
  321. shape_outside: "a",
  322. shape_padding: "a",
  323. shape_rendering: "a",
  324. size: "a",
  325. speak: "a",
  326. speak_as: "a",
  327. speak_header: "a",
  328. speak_numeral: "a",
  329. speak_punctuation: "a",
  330. speech_rate: "a",
  331. stop_color: "a",
  332. stop_opacity: "a",
  333. stress: "a",
  334. string_set: "a",
  335. stroke: "a",
  336. stroke_dasharray: "a",
  337. stroke_dashoffset: "a",
  338. stroke_linecap: "a",
  339. stroke_linejoin: "a",
  340. stroke_miterlimit: "a",
  341. stroke_opacity: "a",
  342. stroke_width: "a",
  343. tab_size: "a",
  344. table_layout: "a",
  345. text_align: "a",
  346. text_align_all: "a",
  347. text_align_last: "a",
  348. text_anchor: "a",
  349. text_combine_upright: "a",
  350. text_decoration: "a",
  351. text_decoration_color: "a",
  352. text_decoration_line: "a",
  353. text_decoration_style: "a",
  354. text_decoration_skip: "a",
  355. text_emphasis: "a",
  356. text_emphasis_color: "a",
  357. text_emphasis_style: "a",
  358. text_emphasis_position: "a",
  359. text_emphasis_skip: "a",
  360. text_height: "a",
  361. text_indent: "a",
  362. text_justify: "a",
  363. text_orientation: "a",
  364. text_overflow: "a",
  365. text_rendering: "a",
  366. text_shadow: "a",
  367. text_size_adjust: "a",
  368. text_space_collapse: "a",
  369. text_spacing: "a",
  370. text_transform: "a",
  371. text_underline_position: "a",
  372. text_wrap: "a",
  373. top: "a",
  374. touch_action: "a",
  375. transform: "a",
  376. transform_box: "a",
  377. transform_origin: "a",
  378. transform_style: "a",
  379. transition: "a",
  380. transition_delay: "a",
  381. transition_duration: "a",
  382. transition_property: "a",
  383. unicode_bidi: "a",
  384. vector_effect: "a",
  385. vertical_align: "a",
  386. visibility: "a",
  387. voice_balance: "a",
  388. voice_duration: "a",
  389. voice_family: "a",
  390. voice_pitch: "a",
  391. voice_range: "a",
  392. voice_rate: "a",
  393. voice_stress: "a",
  394. voice_volumn: "a",
  395. volume: "a",
  396. white_space: "a",
  397. widows: "a",
  398. width: "a",
  399. will_change: "a",
  400. word_break: "a",
  401. word_spacing: "a",
  402. word_wrap: "a",
  403. wrap_flow: "a",
  404. wrap_through: "a",
  405. writing_mode: "a",
  406. z_index: "a",
  407. "This example isn't quite useful yet"
  408. }
  409. }
  410. }