Add LESS styles, fonts, icons, CSS generation

This commit is contained in:
Matt Baer
2018-11-07 22:33:13 -05:00
parent 18b9b2124e
commit 0567564905
46 changed files with 28217 additions and 0 deletions

14
Makefile Normal file
View File

@@ -0,0 +1,14 @@
all : local
install :
cd less/; $(MAKE) install $(MFLAGS)
clean :
cd less/; $(MAKE) install $(MFLAGS)
local : force_look
cd less/; $(MAKE) $(MFLAGS)
force_look :
true