ben-eb/perfectionist

Support CSS apply rules

Open

#12 opened on Aug 26, 2015

View on 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)

Description

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/

Contributor guide