// lesshint spaceAfterPropertyColon: { enabled : true, style: "one_space" }, emptyRule: true
.foo {
    color:red;
}

.bar {

}
