ben-eb/perfectionist

Support CSS apply rules

Open

#12 geöffnet am 26. Aug. 2015

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (11 Forks)github user discovery
bughelp wanted

Repository-Metriken

Stars
 (229 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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