UNPKG

csso

Version:

CSS minifier with structural optimisations

9 lines (6 loc) 137 B
'use strict'; function Url(node) { // convert `\\` to `/` node.value = node.value.replace(/\\/g, '/'); } module.exports = Url;