generic-github-user / Star

A website where anyone can rate anything.
0 stars 1 forks source link

Use fewer !important statements in CSS #66

Open generic-github-user opened 6 years ago

generic-github-user commented 6 years ago

10 !important CSS statements are currently present in main.css. This could make future development and maintenance more difficult - therefore, these statements should be used sparingly, efficiently, and with caution.

generic-github-user commented 6 years ago

Once Material Design Lite is hosted locally (within the project), unused CSS properties can be removed from the MDL CSS files so that they do not need to be overwritten with important.