UNPKG
@chariz/postcss-clean
Version:
latest (1.2.3)
1.2.3
PostCSS plugin to minify CSS with clean-css
github.com/chariz/postcss-clean
chariz/postcss-clean
@chariz/postcss-clean
/
index.d.ts
5 lines
(3 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
5
import
CleanCSS
from
"clean-css"
; declare
function
postcssClean
(
options: CleanCSS.OptionsOutput
);
export
= postcssClean;