ben-eb/perfectionist

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

Open

#27 创建于 2016年1月15日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (11 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (229 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南