0.0.0 • Published 9 years ago

nocss v0.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago

nocss

goals:

  • only ship css - shouldn't have to depend on any s
  • classes only
  • compontentization is handled by the clients
  • hover/focus/active states are handled by clients
  • responsive variants for everything
  • css variables drive everything
  • ship default "theme" (as a release), but otherwise have everything driven off of variables
  • no fixed values - always scales (1-6 scale)
  • preferably rems
  • clear names (guessability over saving typing)
  • not to go overkill on packages — include pieces as you want but make the code easily hackable
  • finish core early and then focus on documentation — shouldn't be a complex tool