diff options
author | Volpeon <git@volpeon.ink> | 2024-11-19 07:55:19 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-19 07:55:19 +0100 |
commit | 4d8853016f43d6d8ddcaf532d4742dfa0d2e308c (patch) | |
tree | 0d8c8a2a6d954750b4faa898cb66b0ae03b6174f /package.json | |
parent | Fix navbar variable id (diff) | |
download | iro-design-4d8853016f43d6d8ddcaf532d4742dfa0d2e308c.tar.gz iro-design-4d8853016f43d6d8ddcaf532d4742dfa0d2e308c.tar.bz2 iro-design-4d8853016f43d6d8ddcaf532d4742dfa0d2e308c.zip |
Navbar: Better icon integration
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 ff42d59..cc74db1 100644 --- a/package.json +++ b/package.json | |||
@@ -12,7 +12,7 @@ | |||
12 | "build": "npm run build:app && npm run build:style && npm run build:icons && npm run build:assets", | 12 | "build": "npm run build:app && npm run build:style && npm run build:icons && npm run build:assets", |
13 | "build:assets": "cp -r static/* public/", | 13 | "build:assets": "cp -r static/* public/", |
14 | "build:app": "pug tpl/index.pug -p tpl --out public/", | 14 | "build:app": "pug tpl/index.pug -p tpl --out public/", |
15 | "build:icons": "node node_modules/iro-icons/scripts/create_sprite.js image video volume-2 arrow-right check trash bookmark cog logout tags lock user chevron-left chevron-right hash x send smile repeat heart star arrow-corner-down-left public/icons.svg", | 15 | "build:icons": "node node_modules/iro-icons/scripts/create_sprite.js image video volume-2 arrow-right arrow-left check trash bookmark cog logout tags lock user chevron-left chevron-right hash x send smile repeat heart star arrow-corner-down-left public/icons.svg", |
16 | "build:style": "sass --load-path=node_modules src_demo/index.scss public/style.css", | 16 | "build:style": "sass --load-path=node_modules src_demo/index.scss public/style.css", |
17 | "lint:style": "stylelint \"src/**/*.scss\"", | 17 | "lint:style": "stylelint \"src/**/*.scss\"", |
18 | "fix:style": "stylelint \"src/**/*.scss\" --fix", | 18 | "fix:style": "stylelint \"src/**/*.scss\" --fix", |