postcss-ordered-values
Version:
Ensure values are ordered consistently in your CSS.
7 lines • 325 B
TypeScript
export = _exports;
/**
* @param {import('postcss-value-parser').ParsedValue} columns
* @return {import('postcss-value-parser').ParsedValue | string}
*/
declare function _exports(columns: import('postcss-value-parser').ParsedValue): import('postcss-value-parser').ParsedValue | string;
//# sourceMappingURL=columns.d.ts.map