mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
feat: migrate to tailwind v4 and fix user token API
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
$motiva: (
|
||||
("MotivaSansThin.ttf", "ttf", 100, normal),
|
||||
("MotivaSansLight.woff.ttf", "woff", 300, normal),
|
||||
@@ -72,3 +68,12 @@ $helvetica: (
|
||||
.store-caoursel > .carousel__viewport {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
|
||||
button {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: oklch(.21 .006 285.885);
|
||||
}
|
||||
4
assets/tailwindcss.css
Normal file
4
assets/tailwindcss.css
Normal file
@@ -0,0 +1,4 @@
|
||||
@import "tailwindcss";
|
||||
@plugin "@tailwindcss/typography";
|
||||
@plugin "@tailwindcss/forms";
|
||||
@config "../tailwind.config.js";
|
||||
Reference in New Issue
Block a user