wekan/releases/stylus-to-css.sh

8 lines
139 B
Bash
Raw Permalink Normal View History

#!/bin/bash
# Convert Stylus to CSS.
# npm -g install stylus
#
sed -i "s|@import 'nib'|//@import 'nib'|g" *.styl
ls *.styl | xargs stylus