diff options
| author | Teddy Wing | 2018-11-08 15:44:27 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-11-08 15:44:27 +0100 |
| commit | dddf70e6e2168a72ea6401045ee29967befc915c (patch) | |
| tree | 520fe8956d66d73516c3e6e04dff1d4e71cfc156 /Makefile | |
| parent | 425d59bbe74652bc0e3fe79ee9b959027d2eb97c (diff) | |
| download | dome-key-web-dddf70e6e2168a72ea6401045ee29967befc915c.tar.bz2 | |
Split CSS into separate files
For better organisation. Use the 'hasp' CSS preprocessor
(https://github.com/djanowski/hasp).
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f2d7497 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: css +css: assets/styles.css + +assets/styles.css: assets/stylesheets/main.hcss \ + assets/stylesheets/*.hcss \ + assets/stylesheets/*.css + hasp $< > $@ |
