From a8294b9069f2e110731a932167d054738195752e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 11 Dec 2024 13:09:56 +0100 Subject: Classic theme --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 41d839e..42e4bc4 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,10 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build:design": "sass -I node_modules src/design.scss dist/design.css", + "build:light": "sass -I node_modules src/light.scss dist/light.css", + "build:classic": "sass -I node_modules src/classic.scss dist/classic.css", "build:dark": "sass -I node_modules src/dark.scss dist/dark.css", - "build": "pnpm build:design && pnpm build:dark" + "build": "pnpm build:light && pnpm build:classic && pnpm build:dark" }, "keywords": [], "author": "", -- cgit v1.2.3-70-g09d2