From dc57a521e911c0959722c465cc0444064f09fc97 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Thu, 20 Feb 2025 16:38:35 -0700 Subject: [PATCH] move some tailwind css variables over --- web/src/app/test/tailwind/page.tsx | 38 +-- web/src/components/ui/icons/PulsingDot.tsx | 2 +- web/src/styles/animations.scss | 13 - web/src/styles/fonts.scss | 4 - web/src/styles/reset.scss | 288 ------------------ web/src/styles/styles.scss | 52 +--- .../styles/{tailwind.scss => tailwind.css} | 8 +- web/tailwind.config.ts | 34 --- 8 files changed, 16 insertions(+), 423 deletions(-) delete mode 100644 web/src/styles/animations.scss delete mode 100644 web/src/styles/reset.scss rename web/src/styles/{tailwind.scss => tailwind.css} (73%) delete mode 100644 web/tailwind.config.ts diff --git a/web/src/app/test/tailwind/page.tsx b/web/src/app/test/tailwind/page.tsx index 0afcba639..886ce086b 100644 --- a/web/src/app/test/tailwind/page.tsx +++ b/web/src/app/test/tailwind/page.tsx @@ -3,42 +3,20 @@ import React from 'react'; export default function TestPage() { return (
-
-

Test

-

TESTING!

-
-
-

Test

+
+
Test
+
TESTING!
+
TESTING123
-
+

Test

TESTING!!!! :)

-
-
-

- Writes upside-down -

-

- The Zero Gravity Pen can be used to write in any orientation, including upside-down. It - even works in outer space. -

+

Hello

+ This is a not link + This is a link
- - {/*
-
- - - - - -
-

Writes upside-down

-

- The Zero Gravity Pen can be used to write in any orientation, including upside-down. It even works in outer space. -

-
*/}
); } diff --git a/web/src/components/ui/icons/PulsingDot.tsx b/web/src/components/ui/icons/PulsingDot.tsx index 05ab91d0b..00b30858a 100644 --- a/web/src/components/ui/icons/PulsingDot.tsx +++ b/web/src/components/ui/icons/PulsingDot.tsx @@ -41,7 +41,7 @@ export const PulsingDot: React.FC<{ <>