Class Import

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(path: any, imports: any, features: ICSSable, once: boolean, index: any, rootpath: any): Import

Parameters

  • path: any
  • imports: any
  • features: ICSSable
  • once: boolean
  • index: any
  • rootpath: any

Returns

Import

Properties

public css: boolean

public features: ICSSable

public index: any

public once: boolean

public path: string

public rootpath: any

Methods

public eval(env: Options): IEvalable

Parameters

Returns

IEvalable

public toCSS(env?: Options): string

Parameters

Returns

string