MCPcopy
hub / github.com/css/csso / plugins.js

File plugins.js

test/plugins.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from 'assert';
2import { minify } from 'csso';
3
4const css = '.test{color:red;}@media foo{div{color:green}}';

Callers

nothing calls this directly

Calls 2

minifyFunction · 0.85
pluginFactoryFunction · 0.85

Tested by

no test coverage detected