ben-eb/perfectionist

Support CSS apply rules

Open

#12 opened on 2015年8月26日

GitHub で見る
 (0 comments) (1 reaction) (0 assignees)JavaScript (11 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (229 stars)
PR merge metrics
 (PR metrics pending)

説明

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/

コントリビューターガイド