cssbeautify icon indicating copy to clipboard operation
cssbeautify copied to clipboard

@page is formatted with extra spaces like "@ page"

Open Sayed-Minhal opened this issue 11 years ago • 1 comments

@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; }

Sayed-Minhal avatar Nov 25 '14 09:11 Sayed-Minhal

Seems similar to issue 35

https://github.com/senchalabs/cssbeautify/issues/35

MortalCatalyst avatar Feb 14 '15 03:02 MortalCatalyst