UNPKG

@nx/rollup

Version:

The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.

7 lines 267 B
import type { Loader, StylusLoaderOptions } from './types'; /** * Stylus preprocessor loader * Compiles .styl and .stylus files to CSS */ export declare function createStylusLoader(options?: StylusLoaderOptions): Loader; //# sourceMappingURL=stylus-loader.d.ts.map