UNPKG

@nvl/postcss-egal

Version:

PostCSS plugin to simplify uniformity in color saturation.

4 lines (3 loc) 201 B
import type { Transformer } from './types.js'; export declare const transformer: Transformer; export declare function indexOfClosingParenthesis(str: string, indexOfOpeningParenthesis: number): number;