We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minimalcss .minimize({ ignoreJSErrors: true, ignoreCSSErrors: true, styletags: true, debug: false, urls: ['https://www.bottadiculo.it/staging/'] }) .then(result => { console.log(result.finalCss); }) .catch(error => { console.error(Failed the minimize CSS: ${error}); });
Failed the minimize CSS: ${error}
Hi - sorry for disturb - where I can insert output option (and viewport http://screensiz.es/phone)?
The text was updated successfully, but these errors were encountered:
An "output option"?
For the viewPort option see https://github.com/peterbe/minimalcss#api-options
viewPort
Sorry, something went wrong.
No branches or pull requests
minimalcss
.minimize({ ignoreJSErrors: true, ignoreCSSErrors: true, styletags: true, debug: false, urls: ['https://www.bottadiculo.it/staging/'] })
.then(result => {
console.log(result.finalCss);
})
.catch(error => {
console.error(
Failed the minimize CSS: ${error}
);});
Hi - sorry for disturb - where I can insert output option (and viewport http://screensiz.es/phone)?
The text was updated successfully, but these errors were encountered: