ben-eb/perfectionist

Support CSS apply rules

Open

#12 ouverte le 26 août 2015

Voir sur GitHub
 (0 commentaires) (1 réaction) (0 assignés)JavaScript (11 forks)github user discovery
bughelp wanted

Métriques du dépôt

Stars
 (229 stars)
Métriques de merge PR
 (Métriques PR en attente)

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/

Guide contributeur