UNPKG

postcss-merge-longhand

Version:

Merge longhand properties into shorthand with PostCSS.

8 lines 306 B
/** * @param {string} prop lower-cased, a property of one of the two families * @param {string} value * @return {boolean} whether the browser keeps the declaration */ declare function browserKeeps(prop: string, value: string): boolean; export { browserKeeps }; //# sourceMappingURL=validateBox.d.ts.map