Skip to content

Commit

Permalink
Support inline comments (fix #92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Aug 8, 2017
1 parent 6a82db8 commit eb38485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function getPostcssOptions(language: string): any {
};
case 'scss':
return {
parser: require('postcss-scss')
syntax: require('postcss-scss')
};
case 'css':
return {
Expand Down

0 comments on commit eb38485

Please sign in to comment.