14 lines
456 B
Markdown
14 lines
456 B
Markdown
|
# 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
|
||
|
```
|
||
|
|