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
See less/less.js#1349
the following css gets mangled when compressing with ycssmin
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ // a { // font-size: 4rem; // } } /**===================================================**\ /** PRINT STYLES /**===================================================**/ @media only print { // * { background: @trans !important; box-shadow: none !important; color: @black !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /** MANUALLY TRUNCATED FOR BREVITY **/ }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See less/less.js#1349
the following css gets mangled when compressing with ycssmin
The text was updated successfully, but these errors were encountered: