riso.css/README.md

14 lines
456 B
Markdown
Raw Normal View History

2025-06-29 06:48:52 -04:00
# riso.css
A simple CSS file with variables containing [Risograph](https://en.wikipedia.org/wiki/Risograph) Duplicator [ink colors](https://www.stencil.wiki/colors).
## Generating the CSS file
This repository contains a dependency-free `build.py` Python script that creates the CSS file. The CSS variable scope,
variable name prefix, and output filename can all be changed by modifying variables at the top of the script.
```shell
python build.py
```