mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 12:25:18 +00:00
Initial remote commit
This commit is contained in:
parent
f67c6bbc33
commit
aaa9cf7d3c
595 changed files with 30274 additions and 0 deletions
13
source/gtk3/parse-sass.sh
Executable file
13
source/gtk3/parse-sass.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#! /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-contained.scss gtk-contained.css
|
||||
sassc $SASSC_OPT gtk-contained-dark.scss gtk-contained-dark.css
|
||||
Loading…
Add table
Add a link
Reference in a new issue