review.css is a classless CSS framework inspired by Phys. Rev. style. It works best with well-formed semantic HTML5 websites.
- verify vertical rhythm (with something like:
background-image: repeating-linear-gradient(transparent 0 calc(1rem - 1px), #80000040 calc(1rem - 1px) 1rem);
) - create test HTML files (with tables, source code, footnotes, etc.)
- consider using GUST fonts
- create build process (with minify)
- improve docs (usage, GDPR issues, best practices)