Initial Commit

This commit is contained in:
Owen Ryan 2025-06-29 06:48:52 -04:00
commit 1d62d005a8
4 changed files with 162 additions and 0 deletions

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# 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
```