From 0bab40b248e871132e357927ac04db8272b5b362 Mon Sep 17 00:00:00 2001 From: prplwtf Date: Sat, 20 Jul 2024 22:27:49 +0200 Subject: [PATCH] Revert "feat `tailwind`: im never using this css-fuckery again" This reverts commit e3b108654f2e6b27df740942792964082ddddd10. --- resources/scripts/blueprint/css/extensions.css | 15 ++++++++++++++- resources/scripts/blueprint/css/tailwind.css | 16 ---------------- resources/scripts/index.tsx | 3 --- 3 files changed, 14 insertions(+), 20 deletions(-) delete mode 100644 resources/scripts/blueprint/css/tailwind.css diff --git a/resources/scripts/blueprint/css/extensions.css b/resources/scripts/blueprint/css/extensions.css index 130af26..ae34cea 100644 --- a/resources/scripts/blueprint/css/extensions.css +++ b/resources/scripts/blueprint/css/extensions.css @@ -3,4 +3,17 @@ Blueprint extensions. Learn more at https://blueprint.zip -*/ \ No newline at end of file +*/ + +:root { + --tw-50: hsl(216, 33%, 97%); + --tw-100: hsl(214, 15%, 91%); + --tw-200: hsl(210, 16%, 82%); + --tw-300: hsl(211, 13%, 65%); + --tw-400: hsl(211, 10%, 53%); + --tw-500: hsl(211, 12%, 43%); + --tw-600: hsl(209, 14%, 37%); + --tw-700: hsl(209, 18%, 30%); + --tw-800: hsl(209, 20%, 25%); + --tw-900: hsl(210, 24%, 16%); +} \ No newline at end of file diff --git a/resources/scripts/blueprint/css/tailwind.css b/resources/scripts/blueprint/css/tailwind.css deleted file mode 100644 index 5f62d27..0000000 --- a/resources/scripts/blueprint/css/tailwind.css +++ /dev/null @@ -1,16 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; - -:root { - --tw-gray-50: hsl(216, 33%, 97%); - --tw-gray-100: hsl(214, 15%, 91%); - --tw-gray-200: hsl(210, 16%, 82%); - --tw-gray-300: hsl(211, 13%, 65%); - --tw-gray-400: hsl(211, 10%, 53%); - --tw-gray-500: hsl(211, 12%, 43%); - --tw-gray-600: hsl(209, 14%, 37%); - --tw-gray-700: hsl(209, 18%, 30%); - --tw-gray-800: hsl(209, 20%, 25%); - --tw-gray-900: hsl(210, 24%, 16%); -} \ No newline at end of file diff --git a/resources/scripts/index.tsx b/resources/scripts/index.tsx index 05d0e82..7a5c46b 100644 --- a/resources/scripts/index.tsx +++ b/resources/scripts/index.tsx @@ -2,9 +2,6 @@ import React from 'react'; import ReactDOM from 'react-dom'; import App from '@/components/App'; import { setConfig } from 'react-hot-loader'; - -// Import Blueprint stylesheets -import './blueprint/css/tailwind.css'; import './blueprint/css/extensions.css'; // Enable language support.