Initial Commit
This commit is contained in:
commit
1d62d005a8
4 changed files with 162 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal 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
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue