mirror of
https://github.com/php-fig/www.php-fig.org.git
synced 2026-03-23 22:42:13 +01:00
9 lines
110 B
Bash
Executable File
9 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
npx --yes sass \
|
|
--style=compressed \
|
|
source/_sass/all.scss \
|
|
output_dev/css/all.css
|