ben-eb/perfectionist

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

Open

#27 opened on Jan 15, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (11 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (229 stars)
PR merge metrics
 (PR metrics pending)

Description

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";

Contributor guide