Update to Tailwind CSS v4

This commit is contained in:
Oliver Davies 2025-05-29 13:28:19 +01:00
parent 8a760f433f
commit ff168f3f14
14 changed files with 77 additions and 2931 deletions

View file

@ -0,0 +1,18 @@
@import "tailwindcss";
@plugin '@tailwindcss/typography';
@theme {
--color-blue-400: #60a5fa;
--color-blue-primary: #24608a;
--font-sans: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", "sans-serif";
}
@layer base {
@font-face {
font-family: Roboto Condensed;
font-weight: 300 400 500 700;
src: url('../assets/fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
}
}