UNPKG

@lwc/style-compiler

Version:

Transform style sheet to be consumed by the LWC engine

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