diff --git a/src/ts/sass/StyleProcessor.ts b/src/ts/sass/StyleProcessor.ts index 0b42640..5219536 100644 --- a/src/ts/sass/StyleProcessor.ts +++ b/src/ts/sass/StyleProcessor.ts @@ -85,7 +85,9 @@ class StyleProcessor { inputFile, { style: styleOption, - importers: [new NodePackageImporter()], + importers: [ + new NodePackageImporter() + ], } );