Skip to content

Commit ad78650

Browse files
committed
Add display flex
Only added display because I don't know which flex properties need snippets. I'm open to suggestions. Fixes dsandstrom#14
1 parent d0667a2 commit ad78650

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

snippets/css-snippets.cson

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
'display: none':
102102
'prefix': 'disn'
103103
'body': 'display: none$0'
104+
'display: flex':
105+
'prefix': 'disf'
106+
'body': 'display: flex$0'
104107
'fill':
105108
'prefix': 'fill'
106109
'body': 'fill: ${1:#${2:000000}}$0'
@@ -436,6 +439,9 @@
436439
'display: none':
437440
'prefix': 'disn'
438441
'body': 'display: none;$0'
442+
'display: flex':
443+
'prefix': 'disf'
444+
'body': 'display: flex;$0'
439445
'fill':
440446
'prefix': 'fill'
441447
'body': 'fill: ${1:#${2:000000}};$0'

0 commit comments

Comments
 (0)