ben-eb/perfectionist

Support CSS apply rules

Open

#12 aperta il 26 ago 2015

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)JavaScript (11 fork)github user discovery
bughelp wanted

Metriche repository

Star
 (229 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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/

Guida contributor