We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0667a2 commit ad78650Copy full SHA for ad78650
snippets/css-snippets.cson
@@ -101,6 +101,9 @@
101
'display: none':
102
'prefix': 'disn'
103
'body': 'display: none$0'
104
+ 'display: flex':
105
+ 'prefix': 'disf'
106
+ 'body': 'display: flex$0'
107
'fill':
108
'prefix': 'fill'
109
'body': 'fill: ${1:#${2:000000}}$0'
@@ -436,6 +439,9 @@
436
439
437
440
438
441
'body': 'display: none;$0'
442
443
444
+ 'body': 'display: flex;$0'
445
446
447
'body': 'fill: ${1:#${2:000000}};$0'
0 commit comments