Add Makefile to build CSS

This commit is contained in:
Luiz de Prá
2018-03-23 16:49:06 -03:00
parent d3e619ecf9
commit 454ea0146d
3 changed files with 26 additions and 1 deletions

View File

@@ -24,3 +24,6 @@ indent_size = 2
# web files
[*.{html,css,less}]
indent_size = 2
[Makefile]
indent_style = tab