No use RulessCSSS vacío (EmphyRules)
/* you shouldn't use empty rulesets */
/* this is ok */
p {
color: blue;
}
/* this is not ok because there's nothing inside of it */
p {
}
jawwson