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 8d3b04b commit 189bc72Copy full SHA for 189bc72
snippets/css-snippets.cson
@@ -185,6 +185,9 @@
185
'left':
186
'prefix': 'left'
187
'body': 'left: ${1:0}$0'
188
+ 'left (shorthand)':
189
+ 'prefix': 'lef'
190
+ 'body': 'left: ${1:0}$0'
191
'line-height':
192
'prefix': 'lh'
193
'body': 'line-height: ${1:${2:1}${3:em}}$0'
@@ -526,6 +529,9 @@
526
529
527
530
528
531
'body': 'left: ${1:0};$0'
532
533
534
+ 'body': 'left: ${1:0};$0'
535
536
537
'body': 'line-height: ${1:${2:1}${3:em}};$0'
0 commit comments