UNPKG

@ionic/app-scripts

Version:
8 lines (7 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var cleanCss = require("clean-css"); function getCleanCssInstance(options) { return new cleanCss(options); } exports.getCleanCssInstance = getCleanCssInstance;