UNPKG

postcss-merge-longhand

Version:

Merge longhand properties into shorthand with PostCSS.

4 lines (3 loc) 149 B
'use strict'; /** @type {(node: import('postcss').Declaration) => boolean} */ module.exports = (node) => node.value.search(/var\s*\(\s*--/i) !== -1;