UNPKG

tailwindcss

Version:

A utility-first CSS framework for rapidly building custom user interfaces.

9 lines (8 loc) 219 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = collapseWhitespace; function collapseWhitespace(str) { return str.replace(/(\n|\r|\r\n)/g, ' ').replace(/\s+/g, ' '); }