Skip to content

Commit

Permalink
Update StyleProcessor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Sep 14, 2024
1 parent 167ff99 commit 72c621b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ts/sass/StyleProcessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ class StyleProcessor {
inputFile,
{
style: styleOption,
importers: [new NodePackageImporter()],
importers: [
new NodePackageImporter()
],
}
);

Expand Down

0 comments on commit 72c621b

Please sign in to comment.