diff options
| author | Volpeon <git@volpeon.ink> | 2022-02-08 07:22:14 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-02-08 07:22:14 +0100 |
| commit | a4bac6daabb6a142cf9cc08f158898a4b5ba5b38 (patch) | |
| tree | 46d3a851ac94cefa4b7070b696ff07bef870e343 /package.json | |
| parent | Use HSLuv for accents (diff) | |
| download | iro-design-a4bac6daabb6a142cf9cc08f158898a4b5ba5b38.tar.gz iro-design-a4bac6daabb6a142cf9cc08f158898a4b5ba5b38.tar.bz2 iro-design-a4bac6daabb6a142cf9cc08f158898a4b5ba5b38.zip | |
Use LCH colors
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b41b8d5..0a8a966 100644 --- a/package.json +++ b/package.json | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | "serve": "python -m http.server --bind 127.0.0.1 --directory public 8000" | 18 | "serve": "python -m http.server --bind 127.0.0.1 --directory public 8000" |
| 19 | }, | 19 | }, |
| 20 | "dependencies": { | 20 | "dependencies": { |
| 21 | "hsluv-sass": "^2.0.1", | 21 | "@oddbird/blend": "^0.2.3", |
| 22 | "include-media": "^1.4.9", | 22 | "include-media": "^1.4.9", |
| 23 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git" | 23 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git" |
| 24 | }, | 24 | }, |
