ben-eb/perfectionist

Support CSS apply rules

Open

#12 创建于 2015年8月26日

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

仓库指标

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

描述

Semicolons are erroneously removed from the following:

:root {
  --toolbar-theme: {
    background-color: hsl(120, 70%, 95%);
    border-radius: 4px;
    border: 1px solid var(--theme-color late);
  };
  --toolbar-title-theme: {
    color: green;
  };
}

http://tabatkins.github.io/specs/css-apply-rule/

贡献者指南