update
This commit is contained in:
parent
33cb6ac697
commit
975f27d241
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user