on-css-function.d.ts 302 B

1234
  1. import type { FunctionNode } from 'postcss-value-parser';
  2. import { Declaration, Result } from 'postcss';
  3. export declare function onCSSFunctionSRgb(node: FunctionNode): void;
  4. export declare function onCSSFunctionDisplayP3(node: FunctionNode, decl: Declaration, result: Result, preserve: boolean): void;