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.
- Host: GitHub
- URL: https://github.com/macie/review-css
- Owner: macie
- License: mit
- Created: 2023-06-21T20:02:42.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-24T20:26:15.000Z (almost 3 years ago)
- Last Synced: 2023-08-15T13:15:13.380Z (over 2 years ago)
- Topics: classless-css, css-framework, latex
- Language: CSS
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)