ben-eb / perfectionist

Beautify CSS files.
MIT License
229 stars 14 forks source link

Support CSS apply rules #12

Open ben-eb opened 8 years ago

ben-eb commented 8 years ago

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/