From 4a16aa80a3429439a50737107cbcc780a02963c5 Mon Sep 17 00:00:00 2001 From: Igor <86978055+Poliklot@users.noreply.github.com> Date: Thu, 5 Sep 2024 23:18:44 +0300 Subject: [PATCH] Add snippets for row-gap and column-gap (#731) --- src/snippets/css.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/snippets/css.json b/src/snippets/css.json index 130e99da..7e74daff 100644 --- a/src/snippets/css.json +++ b/src/snippets/css.json @@ -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", @@ -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",