style-expand-shorthand

Crates.iostyle-expand-shorthand
lib.rsstyle-expand-shorthand
version0.1.0
sourcesrc
created_at2024-01-29 13:42:07.220987
updated_at2024-01-29 13:42:07.220987
descriptionExpand CSS shorthand properties implementation for Rust
homepage
repository
max_upload_size
id1118935
size45,328
leon-zheng (chengwen-zheng)

documentation

README

Expand CSS shorthand properties implementation for Rust

Supported Properties

  • border
  • border_top
  • border_right
  • border_bottom
  • border_left
  • border_width
  • border_style
  • border_color
  • border_radius
  • padding
  • padding_inline
  • padding_block
  • margin
  • margin_inline
  • margin_block
  • outline
  • flex
  • flex_flow
  • text_decoration
  • overflow
  • gap
  • place_content
  • place_items
  • place_self
Commit count: 0

cargo fmt