UNPKG

scancss

Version:

A robust CSS stylesheet statistics collector and analyzer

10 lines (7 loc) 381 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.reCssGradientFunctionName = undefined; var _cssVendorPrefixes = require('../cssVendorPrefixes'); const reCssGradientFunctionName = exports.reCssGradientFunctionName = new RegExp('^(' + _cssVendorPrefixes.cssVendorPrefixes.join('|') + ')?((repeating-)?(linear|radial|conic)-gradient)$', 'g');