ben-eb/perfectionist

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

Open

#27 aberto em 15 de jan. de 2016

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (11 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (229 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador