芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/postcss-merge-longhand/src/lib/isCustomProp.js
'use strict'; /** @type {(node: import('postcss').Declaration) => boolean} */ module.exports = (node) => node.value.search(/var\s*\(\s*--/i) !== -1;