Classless CSS

Making websites that are 100% reliant on the basic HTML elements leads to resilient websites that don't tangle themselves too deeply with many-to-many issues of class-based styling. By designing websites to be classless as early as possible, you are deferring as much work as possible on the browser, which makes your life much easier once you need to customize.

References

  1. https://github.com/dbohdan/classless-css
  2. https://mblode.github.io/marx/
  3. https://github.com/dohliam/dropin-minimal-css
  4. https://github.com/kevquirk/simple.css
  5. https://oxal.org/projects/sakura/
  6. https://github.com/andybrewer/mvp
Incoming Links

Last modified: 202401040446