googlearchive / polylint

Lint polymer!
BSD 3-Clause "New" or "Revised" License
116 stars 19 forks source link

warn if mixins are not defined #107

Open gertcuykens opened 8 years ago

gertcuykens commented 8 years ago

I waste so much time with typo's in mixins

.container {
      @apply(--layout-horzontal);
      @apply(--layout-wrap);
    }

PS Also include regular css linting please