UNPKG

postcss-merge-longhand

Version:

Merge longhand properties into shorthand with PostCSS.

4 lines (3 loc) 161 B
const customPropRegex = /var\s*\(\s*--/i; /** @param {import('postcss').Declaration} node */ export default (node) => node.value.search(customPropRegex) !== -1;