|
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
|
| Rev | Line | |
|---|
| [9af201e] | 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;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.