is-css-var.mjs 112 Bytes
const isCSSVar = (name) => name.startsWith("--");

export { isCSSVar };
//# sourceMappingURL=is-css-var.mjs.map