UNPKG

scancss

Version:

A robust CSS stylesheet statistics collector and analyzer

10 lines (8 loc) 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * http://dev.w3.org/csswg/css-variables/#custom-property */ const reCssVariable = exports.reCssVariable = /--(-?[_a-zA-Z]+[-_a-zA-Z0-9\u00A0-\u10FFFF]*)/g;