From 113d4e53416ddf42212da6f217670bdc6f0c9dd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sat, 1 Jan 2022 21:03:20 +0100 Subject: Import new minimalist design --- makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..43cd018 --- /dev/null +++ b/makefile @@ -0,0 +1,10 @@ +## +# theme builds +# +# @file +# @version 0.1 + +css: static/css/style.scss + sassc -I node_modules static/css/style.scss static/css/style.css + +# end -- cgit v1.2.3