aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2025-01-17 05:28:58 +0100
committerOscar Najera <hi@oscarnajera.com>2025-01-17 05:28:58 +0100
commitebc5ef7cc6b63c25ebb9143f8bbdd37c7b12055d (patch)
treeb40ae88914d5fcb2b1573cd540dfede7b2641d10 /makefile
parent0d1956e4b6dbf511b6968aa1aca6af4c814814b0 (diff)
downloadhugo-minimalist-theme-ebc5ef7cc6b63c25ebb9143f8bbdd37c7b12055d.tar.gz
hugo-minimalist-theme-ebc5ef7cc6b63c25ebb9143f8bbdd37c7b12055d.tar.bz2
hugo-minimalist-theme-ebc5ef7cc6b63c25ebb9143f8bbdd37c7b12055d.zip
isolate cv css and apply style with tailwind
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 87b017a..a8d1eb4 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)/tailwind.css: $(css)/input.css $(css)/academicons.css $(css)/fontawesome.css $(css)/cv.css
npx tailwindcss -i $< -o $@
deps: