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
root@minify:/tmp/csso.dXlepOUyop# cat test.css @charset "windows-1252"; /** Pijltje omlaag **/ .dbv5-html-data table > :is(thead, tfoot) > tr > th.dbv5-html-sort-desc::before { content: "\25BC"; }
procudes an invalid
root@minify:/tmp/csso.dXlepOUyop# csso test.css @charset "windows-1252";.dbv5-html-data table>:is(thead,tfoot)>tr>th.dbv5-html-sort-desc::before{content:"▼"}
W3.org states this should work, and the whatwg says the name of the encoding is correct.
Can i disable this optimizing of content?
(version 5.0.5)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
procudes an invalid
W3.org states this should work, and the whatwg says the name of the encoding is correct.
Can i disable this optimizing of content?
(version 5.0.5)
The text was updated successfully, but these errors were encountered: