UNPKG

cssrxp

Version:

RegExp pattern library for simple CSS related string matching

9 lines (8 loc) 276 B
export * from './basic'; export * from './color'; export * from './cssValue'; export * from './identifiers'; export * from './cssFunctions'; export { has } from './has'; export { specificFunctions as hasFunction } from './cssFunctions'; export { is, isFunction } from './is';