diff options
author | Volpeon <git@volpeon.ink> | 2024-12-11 13:09:56 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-11 13:09:56 +0100 |
commit | a8294b9069f2e110731a932167d054738195752e (patch) | |
tree | dd11862eee905845bd2f32ac4c1bcb9c9ee8f1c6 /package.json | |
parent | Update (diff) | |
download | furbase-design-2024-a8294b9069f2e110731a932167d054738195752e.tar.gz furbase-design-2024-a8294b9069f2e110731a932167d054738195752e.tar.bz2 furbase-design-2024-a8294b9069f2e110731a932167d054738195752e.zip |
Classic theme
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 41d839e..42e4bc4 100644 --- a/package.json +++ b/package.json | |||
@@ -5,9 +5,10 @@ | |||
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1", | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | "build:design": "sass -I node_modules src/design.scss dist/design.css", | 8 | "build:light": "sass -I node_modules src/light.scss dist/light.css", |
9 | "build:classic": "sass -I node_modules src/classic.scss dist/classic.css", | ||
9 | "build:dark": "sass -I node_modules src/dark.scss dist/dark.css", | 10 | "build:dark": "sass -I node_modules src/dark.scss dist/dark.css", |
10 | "build": "pnpm build:design && pnpm build:dark" | 11 | "build": "pnpm build:light && pnpm build:classic && pnpm build:dark" |
11 | }, | 12 | }, |
12 | "keywords": [], | 13 | "keywords": [], |
13 | "author": "", | 14 | "author": "", |