Skip to content

Commit bd60075

Browse files
authored
Merge pull request #22 from MoritzKn/patch-1
Replace font-style: `bold` with `oblique`
2 parents 0397b7e + 6402bea commit bd60075

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

snippets/css-snippets.cson

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@
186186
'font-style: normal':
187187
'prefix': 'fstn'
188188
'body': 'font-style: normal'
189-
'font-style: bold':
190-
'prefix': 'fstb'
191-
'body': 'font-style: bold'
189+
'font-style: oblique':
190+
'prefix': 'fsto'
191+
'body': 'font-style: oblique'
192192
'font-weight':
193193
'prefix': 'fw'
194194
'body': 'font-weight: ${1:bold}'
@@ -627,9 +627,9 @@
627627
'font-style: normal':
628628
'prefix': 'fstn'
629629
'body': 'font-style: normal;'
630-
'font-style: bold':
631-
'prefix': 'fstb'
632-
'body': 'font-style: bold;'
630+
'font-style: oblique':
631+
'prefix': 'fsto'
632+
'body': 'font-style: oblique;'
633633
'font-weight':
634634
'prefix': 'fw'
635635
'body': 'font-weight: ${1:bold};'

0 commit comments

Comments
 (0)