Skip to content

Commit

Permalink
Add snippets for row-gap and column-gap (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poliklot authored Sep 5, 2024
1 parent 6e9dc1a commit 4a16aa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/snippets/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"bxsh": "box-shadow:${1:inset }${2:hoff} ${3:voff} ${4:blur} ${5:#000}|none",
"bxsz": "box-sizing:border-box|content-box|border-box",
"c": "color:${1:#000}",
"cg": "column-gap",
"cr": "color:rgb(${1:0}, ${2:0}, ${3:0})",
"cra": "color:rgba(${1:0}, ${2:0}, ${3:0}, ${4:.5})",
"cl": "clear:both|left|right|none",
Expand Down Expand Up @@ -209,6 +210,7 @@
"qen": "quotes:'\\201C' '\\201D' '\\2018' '\\2019'",
"qru": "quotes:'\\00AB' '\\00BB' '\\201E' '\\201C'",
"r": "right",
"rg": "row-gap",
"rsz": "resize:none|both|horizontal|vertical",
"t": "top",
"ta": "text-align:left|center|right|justify",
Expand Down

0 comments on commit 4a16aa8

Please sign in to comment.