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.
2 parents 0397b7e + 6402bea commit bd60075Copy full SHA for bd60075
snippets/css-snippets.cson
@@ -186,9 +186,9 @@
186
'font-style: normal':
187
'prefix': 'fstn'
188
'body': 'font-style: normal'
189
- 'font-style: bold':
190
- 'prefix': 'fstb'
191
- 'body': 'font-style: bold'
+ 'font-style: oblique':
+ 'prefix': 'fsto'
+ 'body': 'font-style: oblique'
192
'font-weight':
193
'prefix': 'fw'
194
'body': 'font-weight: ${1:bold}'
@@ -627,9 +627,9 @@
627
628
629
'body': 'font-style: normal;'
630
631
632
- 'body': 'font-style: bold;'
+ 'body': 'font-style: oblique;'
633
634
635
'body': 'font-weight: ${1:bold};'
0 commit comments