UNPKG

scancss

Version:

A robust CSS stylesheet statistics collector and analyzer

9 lines (8 loc) 215 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.trimIntegerPart = trimIntegerPart; function trimIntegerPart(str) { return str.replace(/(^|[^0-9])[0-9]+\.([0-9]+)/g, '$1$2'); }