Skip to content

Commit 6402bea

Browse files
authored
Replace font-style: bold with oblique for SCSS
1 parent ddfeb9b commit 6402bea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snippets/css-snippets.cson

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)