ben-eb/perfectionist

Support CSS apply rules

Open

#12 aberto em 26 de ago. de 2015

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)JavaScript (11 forks)github user discovery
bughelp wanted

Métricas do repositório

Stars
 (229 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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/

Guia do colaborador