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