summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk/gtk-3.0/parse-sass.sh
blob: 272da5d014232687919ee0a0a26b1934ae11efbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/bash

if [ ! "$(which sassc 2> /dev/null)" ]; then
   echo sassc needs to be installed to generate the css.
   exit 1
fi

SASSC_OPT="-M -t compact"

echo Generating the css...

sassc $SASSC_OPT gtk.scss gtk.css