cssbeautify
cssbeautify copied to clipboard
@page is formatted with extra spaces like "@ page"
@page is formatted with extra spaces like "@ page" while trying to beautify the following code the img { max-width: 100%!important; }@page { margin: .5cm; }
was formatted as
img { max-width: 100%!important; }@ page { margin: .5cm; }
Seems similar to issue 35
https://github.com/senchalabs/cssbeautify/issues/35