feat extensions.css: remove stray tailwind vars

This commit is contained in:
prplwtf 2024-07-26 17:48:40 +02:00
parent fc98614bfc
commit 79490ef74d

View file

@ -3,17 +3,4 @@
Blueprint extensions.
Learn more at https://blueprint.zip
*/
: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%);
}
*/