UNPKG

@lwc/style-compiler

Version:

Transform style sheet to be consumed by the LWC engine

4 lines 224 B
import type { Root } from 'postcss-selector-parser'; import type { StyleCompilerCtx } from '../utils/error-recovery'; export default function (root: Root, ctx: StyleCompilerCtx): void; //# sourceMappingURL=transform.d.ts.map