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.