UNPKG

@ichong/px-to-viewport

Version:

A CSS post-processor that converts px to viewport units (vw, vh, vmin, vmax)

7 lines (6 loc) 170 B
function getUnitRegexp(unit) { return new RegExp('"[^"]+"|\'[^\']+\'|url\\([^\\)]+\\)|(\\d*\\.?\\d+)' + unit, 'g'); } module.exports = { getUnitRegexp };