source: frontend/node_modules/postcss-lab-function/dist/on-css-function.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 302 bytes
RevLine 
[9af201e]1import type { FunctionNode } from 'postcss-value-parser';
2import { Declaration, Result } from 'postcss';
3export declare function onCSSFunctionSRgb(node: FunctionNode): void;
4export declare function onCSSFunctionDisplayP3(node: FunctionNode, decl: Declaration, result: Result, preserve: boolean): void;
Note: See TracBrowser for help on using the repository browser.