ben-eb/perfectionist

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

Open

#27 ouverte le 15 janv. 2016

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (11 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (229 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur