ben-eb / perfectionist

Beautify CSS files.
MIT License
229 stars 14 forks source link

Spaces between the at-rule name and the first parameter is not minimized in 'compress' mode. #27

Open pygy opened 8 years ago

pygy commented 8 years ago

As discussed yesterday in GItter, in compressed mode, the two spaces between @charset and foo in the following snippet are not reduced to one.

@charset  foo "http://example.com";