Skip to content

Commit d9f220d

Browse files
author
Darrell Sandstrom
committed
Add alternative important
! doesn't seem to work at the end of a line, using i instead Fixes #21
1 parent 60662a4 commit d9f220d

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
@@ -432,6 +432,9 @@
432432
'!important':
433433
'prefix': '!'
434434
'body': '!important'
435+
'!important (alt)':
436+
'prefix': 'i'
437+
'body': '!important'
435438

436439
'.source.css, .source.scss, .source.css.scss, .source.less, .source.css.less':
437440
'align-items':
@@ -870,3 +873,6 @@
870873
'!important':
871874
'prefix': '!'
872875
'body': '!important'
876+
'!important (alt)':
877+
'prefix': 'i'
878+
'body': '!important'

0 commit comments

Comments
 (0)