UNPKG

@stencil/sass

Version:

The Stencil Sass Plugin

10 lines (9 loc) 352 B
import type { StencilWizardPlugin } from '@stencil/cli'; /** * Stencil CLI wizard plugin for `@stencil/sass`. * * Contributes: * - `init` - adds the `sass()` plugin (and its import) to `stencil.config.ts`. * - `generate` - offers `.scss` / `.sass` as stylesheet options in `stencil generate`. */ export declare const wizard: StencilWizardPlugin;