From 4f39910814164f91657de0b6de5c36241f19fc74 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Mon, 6 Jan 2025 22:33:00 +0100 Subject: [RM] delete tachyons --- makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index b8478cc..e656e22 100644 --- a/makefile +++ b/makefile @@ -3,19 +3,19 @@ # # @file # @version 0.1 -scss = assets/scss/ -cli = node_modules/tachyons-cli/cli.js -.PHONY = css +css = assets/css + +.PHONY = css deps SRC = $(addsuffix .css, $(addprefix $(scss), pretachyons tables)) -css: $(scss)tachyons.css +css: $(css)/tailwind.css -$(scss)tachyons.css: $(scss)pretachyons.css $(cli) - $(cli) $< > $@ +$(css)/tailwind.css: $(css)/input.css | deps + npx tailwindcss -i $< -o $@ -$(cli): +deps: npm install # end -- cgit v1.2.3