UNPKG

@zendesk/zcli-themes

Version:

zcli theme commands live here

5 lines (4 loc) 217 B
/// <reference types="node" /> import type { Variable } from '../types'; import * as path from 'path'; export default function zass(source: string, variables: Variable[], assets: [path.ParsedPath, string][]): string;