# Reference
- [Least Amount of CSS](https://thecascade.dev/article/least-amount-of-css/)
# Frameworks
- [Neobrutalism](https://www.neobrutalism.dev/)
## Classless
- [Tacit](https://yegor256.github.io/tacit/)
- [Oat](https://github.com/knadh/oat)
## Plain CSS
- [X-bytes of CSS that look good everywhere](https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad9528b72c41#100-bytes-of-css-to-look-great-everywhere-enhanced-version)
- [mkws.sh has a theme for this](https://t.mkws.sh/100bytes).
- [Tufte CSS](https://edwardtufte.github.io/tufte-css/)
- [Pico CSS](https://picocss.com/)
- [Neat](https://neat.joeldare.com/)
- [Matcha](https://github.com/lowlighter/matcha)
# Animations
[You don't need animations](https://emilkowal.ski/ui/you-dont-need-animations) (ok, really you *do*, but be intentional). Keep most animations below `300ms`.
Be intentional with animations, they should usually be an improvement to understandability. Animations that are likely to be triggered frequently should be fast.