UNPKG

just-scripts

Version:
9 lines 465 B
import { TaskFunction } from 'just-task'; export interface SassTaskOptions { createSourceModule: (fileName: string, css: string) => string; postcssPlugins?: any[]; } export declare function sassTask(options: SassTaskOptions): TaskFunction; /** @deprecated Use object param version */ export declare function sassTask(createSourceModule: (fileName: string, css: string) => string, postcssPlugins?: any[]): TaskFunction; //# sourceMappingURL=sassTask.d.ts.map