diff options
| author | Volpeon <git@volpeon.ink> | 2022-02-07 21:55:14 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-02-07 21:55:14 +0100 |
| commit | 9746510148ea89af92d1e9fc745f3e34b02d2866 (patch) | |
| tree | a93a41f8e65cf409596a2145bc86c0199d87c0e9 /package.json | |
| parent | Improved accent handling (diff) | |
| download | iro-design-9746510148ea89af92d1e9fc745f3e34b02d2866.tar.gz iro-design-9746510148ea89af92d1e9fc745f3e34b02d2866.tar.bz2 iro-design-9746510148ea89af92d1e9fc745f3e34b02d2866.zip | |
Use HSLuv for accents
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 7454c11..b41b8d5 100644 --- a/package.json +++ b/package.json | |||
| @@ -18,6 +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 | "include-media": "^1.4.9", | 22 | "include-media": "^1.4.9", |
| 22 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git" | 23 | "iro-sass": "git+https://git.vulpes.one/git/iro-sass.git" |
| 23 | }, | 24 | }, |
