build.sh 95 B

123456
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. cd "$(dirname "$0")"
  4. postcss ./xess.css -o xess.min.css