dalemillar / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

No need to chain classes with h2 #2

Open farishkash opened 7 years ago

farishkash commented 7 years ago
h2.brushes{
  background-color:mediumspringgreen;
}

since .brushes is part of the h2 selector brushes is sufficient

.brushes{
  background-color:mediumspringgreen;
}
farishkash commented 7 years ago

Same thing for the span class