SimenB/stylint

View on GitHub
test-styl/testCommaLists.styl

Summary

Maintainability
Test Coverage
.foo
.bar
    margin 0

.foo,
.bar
    padding 0

.foo
.bar
    height: 10px

.foo
    color: red