gitea-themes/build.sh
2022-10-31 10:32:46 +08:00

7 lines
138 B
Bash
Executable File

#!/usr/bin/env bash
BASEDIR="$( cd "$( dirname "$0" )" && pwd )"
cd "${BASEDIR}"
lessc -x src/edge-dark.less > dist/theme-edge-dark.css