UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

10 lines (8 loc) 177 B
function tidyAtRule(value) { return value .replace(/\s+/g, ' ') .replace(/url\(\s+/g, 'url(') .replace(/\s+\)/g, ')') .trim(); } module.exports = tidyAtRule;