mirror of
https://git.sainnhe.dev/sainnhe/gitea-themes.git
synced 2025-04-28 15:59:23 +00:00
7 lines
138 B
Bash
Executable File
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
|