aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2025-01-20 12:21:36 +0100
committerOscar Najera <hi@oscarnajera.com>2025-01-20 12:21:36 +0100
commit2461f409199ca27267184c115350988a2db1a1fe (patch)
tree7a36ed4ef37e4970408d60098f63ec5bdf1cbdef /makefile
parente3676dc9a5024c6fcd0c8dcd15800ef14c78389f (diff)
downloadhugo-minimalist-theme-2461f409199ca27267184c115350988a2db1a1fe.tar.gz
hugo-minimalist-theme-2461f409199ca27267184c115350988a2db1a1fe.tar.bz2
hugo-minimalist-theme-2461f409199ca27267184c115350988a2db1a1fe.zip
bring back mastodonHEADmaster
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index a8d1eb4..e38b450 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ SRC = $(addsuffix .css, $(addprefix $(scss), pretachyons tables))
css: $(css)/tailwind.css
-$(css)/tailwind.css: $(css)/input.css $(css)/academicons.css $(css)/fontawesome.css $(css)/cv.css
+$(css)/tailwind.css: $(css)/input.css $(css)/academicons.css $(css)/fontawesome.css $(css)/cv.css tailwind.config.js
npx tailwindcss -i $< -o $@
deps: