Skip to content

Commit

Permalink
fix: Support for sass notation
Browse files Browse the repository at this point in the history
  • Loading branch information
activeguild committed Nov 22, 2023
1 parent 274e6d2 commit 51a8a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export const parseCss = async (
file: fileName,
includePaths: ['node_modules'],
importer: finalImporter,
indentedSyntax: fileName.endsWith('.sass'),
},
(err: Error, res: Sass.Result) => {
if (err) {
Expand Down

1 comment on commit 51a8a21

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bundled size for the package is listed below:

dist: 42.97 KB

Please sign in to comment.