adds fonts back

This commit is contained in:
Drew
2025-04-26 13:18:53 -06:00
parent 18c2c898aa
commit e0546c0e2e
4 changed files with 81 additions and 11 deletions

View File

@ -2,6 +2,7 @@
@plugin "@tailwindcss/typography";
/* Add safelist for all color variations */
/* Wompum.js constructs class names dynamically and tailwind misses them */
@source inline("{bg,text,border}-{blue,clay,cyan,gold,moss,pine,pink,red,rust,sand}-{100,500,900}");
@theme {
@ -44,5 +45,6 @@ body {
}
@import "components/wompum.css";
@import "fonts.css";
@import "main.css";
@import "article.css";