From 0d1956e4b6dbf511b6968aa1aca6af4c814814b0 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Fri, 17 Jan 2025 04:43:33 +0100 Subject: [CSS][Icons] Vendor Fontawesome & Academicons Instead of loading from CDN all the css, vendor it an only include the CSS classes that I use. Font awesome 6.7.2 Academicons 1.9.4 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index e656e22..87b017a 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 | deps +$(css)/tailwind.css: $(css)/input.css $(css)/academicons.css $(css)/fontawesome.css npx tailwindcss -i $< -o $@ deps: -- cgit v1.2.3