// lesshint-disable
.foo {
    color:red;
}

.bar {

}
// lesshint-enable

* {
    box-sizing: border-box;
}
