@@ -4981,8 +4981,10 @@ var html$1 = {
4981
4981
"meta:compat" : "meta[http-equiv=X-UA-Compatible content='${1:IE=7}']" ,
4982
4982
"meta:edge" : "meta:compat[content='${1:ie=edge}']" ,
4983
4983
"meta:redirect" : "meta[http-equiv=refresh content='0; url=${1:http://example.com}']" ,
4984
+ "meta:kw" : "meta[name=keywords content]" ,
4985
+ "meta:desc" : "meta[name=description content]" ,
4984
4986
"style" : "style" ,
4985
- "script" : "script[!src] " ,
4987
+ "script" : "script" ,
4986
4988
"script:src" : "script[src]" ,
4987
4989
"img" : "img[src alt]/" ,
4988
4990
"img:s|img:srcset" : "img[srcset src alt]" ,
@@ -5035,7 +5037,7 @@ var html$1 = {
5035
5037
"input:s|input:submit" : "input[type=submit value]" ,
5036
5038
"input:i|input:image" : "input[type=image src alt]" ,
5037
5039
"input:b|input:button" : "input[type=button value]" ,
5038
- "input:reset" : "input:button[type=reset]" ,
5040
+ "input:reset" : "input:button[type=reset]" ,
5039
5041
"isindex" : "isindex/" ,
5040
5042
"select" : "select[name=${1} id=${1}]" ,
5041
5043
"select:d|select:disabled" : "select[disabled.]" ,
@@ -5092,7 +5094,7 @@ var html$1 = {
5092
5094
"ri:t|ri:type" : "pic>src:t+img" ,
5093
5095
5094
5096
"!!!" : "{<!DOCTYPE html>}" ,
5095
- "doc" : "html[lang=${lang}]>(head>meta[charset=${charset}]+meta:vp+meta:edge+ title{${1:Document}})+body" ,
5097
+ "doc" : "html[lang=${lang}]>(head>meta[charset=${charset}]+meta:vp+title{${1:Document}})+body" ,
5096
5098
"!|html:5" : "!!!+doc" ,
5097
5099
5098
5100
"c" : "{<!-- ${0} -->}" ,
@@ -5106,10 +5108,10 @@ var css$1 = {
5106
5108
"@i|@import" : "@import url(${0});" ,
5107
5109
"@kf" : "@keyframes ${1:identifier} {\n\t${2}\n}" ,
5108
5110
"@m|@media" : "@media ${1:screen} {\n\t${0}\n}" ,
5109
- "ac" : "align-content:flex-start|flex-end|center|space-between|space-around|stretch" ,
5110
- "ai" : "align-items:flex-start|flex-end|center|baseline|stretch" ,
5111
+ "ac" : "align-content:start|end| flex-start|flex-end|center|space-between|space-around|stretch|space-evenly " ,
5112
+ "ai" : "align-items:start|end| flex-start|flex-end|center|baseline|stretch" ,
5111
5113
"anim" : "animation:${1:name} ${2:duration} ${3:timing-function} ${4:delay} ${5:iteration-count} ${6:direction} ${7:fill-mode}" ,
5112
- "animdel" : "animation-delay:${1: time} " ,
5114
+ "animdel" : "animation-delay:time" ,
5113
5115
"animdir" : "animation-direction:normal|reverse|alternate|alternate-reverse" ,
5114
5116
"animdur" : "animation-duration:${1:0}s" ,
5115
5117
"animfm" : "animation-fill-mode:both|forwards|backwards" ,
@@ -5118,11 +5120,11 @@ var css$1 = {
5118
5120
"animps" : "animation-play-state:running|paused" ,
5119
5121
"animtf" : "animation-timing-function:linear|ease|ease-in|ease-out|ease-in-out|cubic-bezier(${1:0.1}, ${2:0.7}, ${3:1.0}, ${3:0.1})" ,
5120
5122
"ap" : "appearance:none" ,
5121
- "as" : "align-self:auto|flex-start|flex-end|center|baseline|stretch" ,
5123
+ "as" : "align-self:start|end| auto|flex-start|flex-end|center|baseline|stretch" ,
5122
5124
"b" : "bottom" ,
5123
5125
"bd" : "border:${1:1px} ${2:solid} ${3:#000}" ,
5124
5126
"bdb" : "border-bottom:${1:1px} ${2:solid} ${3:#000}" ,
5125
- "bdbc" : "border-bottom-color:# ${1:000}" ,
5127
+ "bdbc" : "border-bottom-color:${1:# 000}" ,
5126
5128
"bdbi" : "border-bottom-image:url(${0})" ,
5127
5129
"bdbk" : "border-break:close" ,
5128
5130
"bdbli" : "border-bottom-left-image:url(${0})|continue" ,
@@ -5131,27 +5133,27 @@ var css$1 = {
5131
5133
"bdbrrs" : "border-bottom-right-radius" ,
5132
5134
"bdbs" : "border-bottom-style" ,
5133
5135
"bdbw" : "border-bottom-width" ,
5134
- "bdc" : "border-color:# ${1:000}" ,
5136
+ "bdc" : "border-color:${1:# 000}" ,
5135
5137
"bdci" : "border-corner-image:url(${0})|continue" ,
5136
5138
"bdcl" : "border-collapse:collapse|separate" ,
5137
5139
"bdf" : "border-fit:repeat|clip|scale|stretch|overwrite|overflow|space" ,
5138
5140
"bdi" : "border-image:url(${0})" ,
5139
5141
"bdl" : "border-left:${1:1px} ${2:solid} ${3:#000}" ,
5140
- "bdlc" : "border-left-color:# ${1:000}" ,
5142
+ "bdlc" : "border-left-color:${1:# 000}" ,
5141
5143
"bdlen" : "border-length" ,
5142
5144
"bdli" : "border-left-image:url(${0})" ,
5143
5145
"bdls" : "border-left-style" ,
5144
5146
"bdlw" : "border-left-width" ,
5145
5147
"bdr" : "border-right:${1:1px} ${2:solid} ${3:#000}" ,
5146
- "bdrc" : "border-right-color:# ${1:000}" ,
5148
+ "bdrc" : "border-right-color:${1:# 000}" ,
5147
5149
"bdri" : "border-right-image:url(${0})" ,
5148
5150
"bdrs" : "border-radius" ,
5149
5151
"bdrst" : "border-right-style" ,
5150
5152
"bdrw" : "border-right-width" ,
5151
5153
"bds" : "border-style:none|hidden|dotted|dashed|solid|double|dot-dash|dot-dot-dash|wave|groove|ridge|inset|outset" ,
5152
5154
"bdsp" : "border-spacing" ,
5153
5155
"bdt" : "border-top:${1:1px} ${2:solid} ${3:#000}" ,
5154
- "bdtc" : "border-top-color:# ${1:000}" ,
5156
+ "bdtc" : "border-top-color:${1:# 000}" ,
5155
5157
"bdti" : "border-top-image:url(${0})" ,
5156
5158
"bdtli" : "border-top-left-image:url(${0})|continue" ,
5157
5159
"bdtlrs" : "border-top-left-radius" ,
@@ -5161,7 +5163,7 @@ var css$1 = {
5161
5163
"bdtw" : "border-top-width" ,
5162
5164
"bdw" : "border-width" ,
5163
5165
"bfv" : "backface-visibility:hidden|visible" ,
5164
- "bg" : "background:# ${1:000}" ,
5166
+ "bg" : "background:${1:# 000}" ,
5165
5167
"bga" : "background-attachment:fixed|scroll" ,
5166
5168
"bgbk" : "background-break:bounding-box|each-box|continuous" ,
5167
5169
"bgc" : "background-color:#${1:fff}" ,
@@ -5173,12 +5175,12 @@ var css$1 = {
5173
5175
"bgpy" : "background-position-y" ,
5174
5176
"bgr" : "background-repeat:no-repeat|repeat-x|repeat-y|space|round" ,
5175
5177
"bgsz" : "background-size:contain|cover" ,
5176
- "bxsh" : "box-shadow:${1:inset }${2:hoff} ${3:voff} ${4:blur} # ${5:000}|none" ,
5178
+ "bxsh" : "box-shadow:${1:inset }${2:hoff} ${3:voff} ${4:blur} ${5:# 000}|none" ,
5177
5179
"bxsz" : "box-sizing:border-box|content-box|border-box" ,
5178
- "c" : "color:# ${1:000}" ,
5180
+ "c" : "color:${1:# 000}" ,
5179
5181
"cl" : "clear:both|left|right|none" ,
5180
5182
"cm" : "/* ${0} */" ,
5181
- "cnt" : "content:'${0}'|normal|open-quote|no-open-quote|close-quote|no-close-quote|attr(${0})|counter(${0})|counters({$ 0})" ,
5183
+ "cnt" : "content:'${0}'|normal|open-quote|no-open-quote|close-quote|no-close-quote|attr(${0})|counter(${0})|counters(${ 0})" ,
5182
5184
"coi" : "counter-increment" ,
5183
5185
"colm" : "columns" ,
5184
5186
"colmc" : "column-count" ,
@@ -5194,7 +5196,7 @@ var css$1 = {
5194
5196
"cp" : "clip:auto|rect(${1:top} ${2:right} ${3:bottom} ${4:left})" ,
5195
5197
"cps" : "caption-side:top|bottom" ,
5196
5198
"cur" : "cursor:pointer|auto|default|crosshair|hand|help|move|pointer|text" ,
5197
- "d" : "display:block|none|flex|inline-flex|inline|inline-block|list-item|run-in|compact|table|inline-table|table-caption|table-column|table-column-group|table-header-group|table-footer-group|table-row|table-row-group|table-cell|ruby|ruby-base|ruby-base-group|ruby-text|ruby-text-group" ,
5199
+ "d" : "display:grid|inline-grid|subgrid| block|none|flex|inline-flex|inline|inline-block|list-item|run-in|compact|table|inline-table|table-caption|table-column|table-column-group|table-header-group|table-footer-group|table-row|table-row-group|table-cell|ruby|ruby-base|ruby-base-group|ruby-text|ruby-text-group" ,
5198
5200
"ec" : "empty-cells:show|hide" ,
5199
5201
"f" : "font:${1:1em} ${2:sans-serif}" ,
5200
5202
"fd" : "font-display:auto|block|swap|fallback|optional" ,
@@ -5220,10 +5222,30 @@ var css$1 = {
5220
5222
"fxg" : "flex-grow" ,
5221
5223
"fxsh" : "flex-shrink" ,
5222
5224
"fxw" : "flex-wrap:nowrap|wrap|wrap-reverse" ,
5223
- "fz" : "font-size" ,
5224
- "fza" : "font-size-adjust" ,
5225
+ "fsz" : "font-size" ,
5226
+ "fsza" : "font-size-adjust" ,
5227
+ "gtc" : "grid-template-columns:repeat()|minmax()" ,
5228
+ "gtr" : "grid-template-rows:repeat()|minmax()" ,
5229
+ "gta" : "grid-template-areas" ,
5230
+ "gt" : "grid-template" ,
5231
+ "gg" : "grid-gap" ,
5232
+ "gcg" : "grid-column-gap" ,
5233
+ "grg" : "grid-row-gap" ,
5234
+ "gac" : "grid-auto-columns:auto|minmax()" ,
5235
+ "gar" : "grid-auto-rows:auto|minmax()" ,
5236
+ "gaf" : "grid-auto-flow:row|column|dense|inherit|initial|unset" ,
5237
+ "gd" : "grid" ,
5238
+ "gc" : "grid-column" ,
5239
+ "gcs" : "grid-column-start" ,
5240
+ "gce" : "grid-column-end" ,
5241
+ "gr" : "grid-row" ,
5242
+ "grs" : "grid-row-start" ,
5243
+ "gre" : "grid-row-end" ,
5244
+ "ga" : "grid-area" ,
5225
5245
"h" : "height" ,
5226
- "jc" : "justify-content:flex-start|flex-end|center|space-between|space-around" ,
5246
+ "jc" : "justify-content:start|end|stretch|flex-start|flex-end|center|space-between|space-around|space-evenly" ,
5247
+ "ji" : "justify-items:start|end|center|stretch" ,
5248
+ "js" : "justify-self:start|end|center|stretch" ,
5227
5249
"l" : "left" ,
5228
5250
"lg" : "background-image:linear-gradient(${1})" ,
5229
5251
"lh" : "line-height" ,
@@ -5244,7 +5266,7 @@ var css$1 = {
5244
5266
"mr" : "margin-right" ,
5245
5267
"mt" : "margin-top" ,
5246
5268
"ol" : "outline" ,
5247
- "olc" : "outline-color:# ${1:000}|invert" ,
5269
+ "olc" : "outline-color:${1:# 000}|invert" ,
5248
5270
"olo" : "outline-offset" ,
5249
5271
"ols" : "outline-style:none|dotted|dashed|solid|double|groove|ridge|inset|outset" ,
5250
5272
"olw" : "outline-width|thin|medium|thick" ,
0 commit comments