Welcome to the mobile web

npm i uncss –g // purify.jsconst purify = require("purify-css")const htmlFiles = ['*.html']; const cssFiles = ['*.css'];const opts = { output: 'purified.css' };purify(htmlFiles, cssFiles, opts, function (res) { log(res); });
top of page
!
Widget Didn’t Load
Check your internet and refresh this page.
If that doesn’t work, contact us.
bottom of page