📄 index.d.ts
/home/palash/git/site/node_modules/postcss-color-functional-notation/dist/index.d.ts
Language: ts • Lines: 6
import type { PluginCreator } from 'postcss';
/** Transform lab() and lch() functions in CSS. */
declare const postcssPlugin: PluginCreator<{
    preserve: boolean;
}>;
export default postcssPlugin;