source: frontend/node_modules/@csstools/postcss-stepped-value-functions/dist/utils.d.ts

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

Fix frontend appearance

  • Property mode set to 100644
File size: 636 bytes
Line 
1import valueParser from 'postcss-value-parser';
2import type { FunctionNode, Node, WordNode } from 'postcss-value-parser';
3import type { Declaration, Result } from 'postcss';
4import { pluginOptions } from './index';
5export declare function isVarNode(node: Node): boolean;
6export declare function validateArgumentsAndTypes(node: FunctionNode, decl: Declaration, result: Result, options: pluginOptions): valueParser.Dimension[] | undefined;
7export declare function optionallyWarn(decl: Declaration, result: Result, message: string, options: pluginOptions): void;
8export declare function functionNodeToWordNode(fn: FunctionNode): WordNode;
Note: See TracBrowser for help on using the repository browser.