Skip to content
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

Compare
Choose a tag to compare
@yannickl88 yannickl88 released this 05 Dec 07:55
· 16 commits to master since this release

Extended curly sniff to also check spaces before a curly bracket.

example:

.good {
  color: #ffffff;
}
.bad{
  color: #ffffff;
}