From 04d6aebe596d6f776bf5af4ab60e8ca4c50b6fbd Mon Sep 17 00:00:00 2001 From: Chen Gu Date: Thu, 23 Apr 2026 14:15:32 +0800 Subject: [PATCH] feat: migrate spectra lab to tailwind responsive system --- .gitignore | 3 + index.html | 347 ++++++--------- package-lock.json | 1048 ++++++++++++++++++++++++++++++++++++++++++++ package.json | 19 + src/tailwind.css | 126 ++++++ styles.css | 704 +---------------------------- tailwind.config.js | 18 + 7 files changed, 1356 insertions(+), 909 deletions(-) create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 src/tailwind.css create mode 100644 tailwind.config.js diff --git a/.gitignore b/.gitignore index 7c78a60..7e64eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ +node_modules/ spectra-lab-local.png spectra-lab-redesign.png spectra-lab-polish.png spectra-lab-refine-v2-desktop.png spectra-lab-refine-v2-mobile.png +spectra-lab-tailwind-desktop.png +spectra-lab-tailwind-mobile.png .DS_Store diff --git a/index.html b/index.html index 95575d8..b54268e 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ Spectra Lab