pascalduez / postcss-apply

PostCSS plugin enabling custom properties sets references
The Unlicense
164 stars 12 forks source link

Consider adding a warning about missing rule sets semi colon #19

Open pascalduez opened 7 years ago

pascalduez commented 7 years ago

In a native environment this will break.

.foo {
  --bar: {
    color: red;
  }
  border: none;
}