css-html-prettify
css-html-prettify copied to clipboard
StandAlone Async single-file cross-platform Prettifier Beautifier for the Web.
Results
1
css-html-prettify issues
Sort by
recently updated
recently updated
newest added
``` css @media (min-width:0) and (max-width:985px) { #example_selector { margin:0; } } ``` Becomes: ``` css @media (min-width:0) and (max-width:985px) { #example_selector { margin: 0; } } ``` Notice the...
bug
help wanted