Skip to content

Commit 189bc72

Browse files
committed
Add shorthand left
Fixes #16
1 parent 8d3b04b commit 189bc72

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
@@ -185,6 +185,9 @@
185185
'left':
186186
'prefix': 'left'
187187
'body': 'left: ${1:0}$0'
188+
'left (shorthand)':
189+
'prefix': 'lef'
190+
'body': 'left: ${1:0}$0'
188191
'line-height':
189192
'prefix': 'lh'
190193
'body': 'line-height: ${1:${2:1}${3:em}}$0'
@@ -526,6 +529,9 @@
526529
'left':
527530
'prefix': 'left'
528531
'body': 'left: ${1:0};$0'
532+
'left (shorthand)':
533+
'prefix': 'lef'
534+
'body': 'left: ${1:0};$0'
529535
'line-height':
530536
'prefix': 'lh'
531537
'body': 'line-height: ${1:${2:1}${3:em}};$0'

0 commit comments

Comments
 (0)