File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 tags = [ "production" ] ;
8080 nativeBuildInputs = with pkgs ; [
8181 templ
82- tailwindcss
82+ tailwindcss_4
8383 makeWrapper
8484 ] ;
8585 preBuild =
105105 i : "install -D ${ font } /share/fonts/woff2/iosevka-comfy-fixed-normal${ elemAt targets i } upright.woff2 static/dist"
106106 ) ( length targets )
107107 ) }
108- tailwindcss -i static/style.css -o static/dist/style.css
108+ tailwindcss -i static/style.css -o static/dist/style.css -m
109109 '' ;
110110 } ;
111111
Original file line number Diff line number Diff line change 1- @tailwind base;
2- @tailwind components;
3- @tailwind utilities;
1+ @import "tailwindcss" ;
42
53@font-face {
64 font-family : "Iosevka Comfy" ;
2321 src : url ("/iosevka-comfy-fixed-normalextraboldupright.woff2" ) format ("woff2" );
2422}
2523
24+ @theme {
25+ --font-body : "Iosevka Comfy" , "sans-serif" ;
26+ --font-display : "Iosevka Comfy" , "sans-serif" ;
27+ --font-mono : "Iosevka Comfy" , "sans-serif" ;
28+ --font-sans : "Iosevka Comfy" , "sans-serif" ;
29+ --font-serif : "Iosevka Comfy" , "sans-serif" ;
30+ }
31+
2632html {
2733 @apply text-lg
2834}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments