Skip to content

Commit 2f2fa26

Browse files
committed
Removing stray $0 instances
1 parent 59be8ea commit 2f2fa26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/css-snippets.cson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
'body': 'color: ${1:#${2:000000}}'
8686
'content':
8787
'prefix': 'con'
88-
'body': "content: '$1'$0"
88+
'body': "content: '$1'"
8989
'cursor':
9090
'prefix': 'cur'
9191
'body': 'cursor: ${1:pointer}'
@@ -441,7 +441,7 @@
441441
'body': 'color: ${1:#${2:000000}};'
442442
'content':
443443
'prefix': 'con'
444-
'body': "content: '$1';$0"
444+
'body': "content: '$1';"
445445
'cursor':
446446
'prefix': 'cur'
447447
'body': 'cursor: ${1:pointer};'

0 commit comments

Comments
 (0)