ben-eb/perfectionist

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

Open

#27 geöffnet am 15. Jan. 2016

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (11 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (229 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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