From 59539a7511bc3645186caea5228002ad13904a56 Mon Sep 17 00:00:00 2001 From: fajar-apri-alaska Date: Wed, 8 Nov 2023 15:06:19 +0700 Subject: [PATCH] perf(token): update token per new theming #15 - fix the postCSS script to only use newest WC-standard - remove unused npm packages - keep the old legacy tokens for now - fix the test script Changes to be committed: modified: demo/index.html modified: demo/style.scss modified: package-lock.json modified: package.json modified: scripts/postCss.js deleted: scripts/removeNonRemPlugin.js deleted: src/style-fixed.css.map deleted: src/style-fixed.map deleted: src/style-fixed.scss modified: src/style.css.map modified: src/style.scss --- demo/index.html | 10 +- demo/style.scss | 63 +- package-lock.json | 8874 +++++++++++++-------------------- package.json | 22 +- scripts/postCss.js | 67 +- scripts/removeNonRemPlugin.js | 27 - src/auro-background.js | 6 +- src/style-fixed.css.map | 1 - src/style-fixed.map | 1 - src/style-fixed.scss | 5 - src/style.css.map | 2 +- src/style.scss | 8 +- test/auro-background.test.js | 72 +- 13 files changed, 3666 insertions(+), 5492 deletions(-) delete mode 100644 scripts/removeNonRemPlugin.js delete mode 100644 src/style-fixed.css.map delete mode 100644 src/style-fixed.map delete mode 100644 src/style-fixed.scss diff --git a/demo/index.html b/demo/index.html index 1010e17..bd4e4ac 100644 --- a/demo/index.html +++ b/demo/index.html @@ -32,13 +32,15 @@
- + +