diff --git a/ts/index.ts b/ts/index.ts index 1ba0718..cdfc6b6 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -13,7 +13,7 @@ export class Smartsass { entryFilePath: string constructor(optionsArg: ISmartsassConstructorOptions) { this.entryFilePath = optionsArg.entryFilePath - if(optionsArg.includePaths) { + if (optionsArg.includePaths) { for (let includePath of optionsArg.includePaths) { this.includePaths.push(includePath) }