UNPKG

glint

Version:

Glint is an asset (css, js, whatever-you-need) management that helps you organize and manage your client side files

10 lines (6 loc) 180 B
'use strict'; var cleanCss = require('clean-css'); module.exports = function (content, options) { options = options || {}; return cleanCss.process(content, options); };