tbreuss / mithril-by-examples

Learn Mithril.js by seeing, reviewing, and running up-to-date code examples
https://mithril-by-examples.js.org
MIT License
10 stars 8 forks source link

Add BEM to css including cleanup #39

Open tbreuss opened 2 years ago

tbreuss commented 2 years ago

We should introduce BEM or another naming convention for CSS:

http://getbem.com/introduction/

And at the same time the whole CSS should be cleaned up, of course.

tbreuss commented 2 years ago

Since we are using https://purecss.io/ which is based on SMACCS we should follow Pures recommendations, see https://purecss.io/extend/ and http://smacss.com/.