This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gitea-akp-theme/Makefile
AKP c49285e1e2
Add images in theme colours
Signed-off-by: AKP <tom@tdpain.net>
2022-09-13 21:34:46 +01:00

7 lines
232 B
Makefile

build:
mkdir -p dist
sass --style=compressed --no-source-map src/theme-akp-house.scss dist/custom/public/css/theme-akp-house.css
dev:
mkdir -p dist
sass --watch --no-source-map src/theme-akp-house.scss dist/theme-akp-house.css