An open API service indexing awesome lists of open source software.

https://github.com/macie/review-css

Classless CSS framework that provides LaTeX-like look.
https://github.com/macie/review-css

classless-css css-framework latex

Last synced: 2 months ago
JSON representation

Classless CSS framework that provides LaTeX-like look.

Awesome Lists containing this project

README

          

# review.css

**review.css** is a classless CSS framework inspired by [_Phys. Rev._ style](https://cdn.journals.aps.org/files/styleguide-pr.pdf). It works best with well-formed semantic HTML5 websites.

## TODO

- 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](https://www.gust.org.pl/projects/e-foundry)
- create build process (with [minify](https://github.com/tdewolff/minify))
- improve docs (usage, GDPR issues, best practices)