This repository was archived by the owner on Nov 11, 2019. It is now read-only.
Extended curly sniff to also check spaces before a curly bracket
Extended curly sniff to also check spaces before a curly bracket.
example:
.good {
color: #ffffff;
}
.bad{
color: #ffffff;
}