Skip to content

Commit

Permalink
Switch from ruby-sass to sassc (Fixes shimmerproject#222)
Browse files Browse the repository at this point in the history
Ignore all changes in the css files as they are a result of
switching to a different sass compiler. The "nested" option
was selected to keep the diff as minimal as possible.
Re-compiling with sassc also lead to some negligible color changes
which have been reviewed and accepted individually.
  • Loading branch information
ochosi committed Aug 5, 2018
1 parent 2dd5222 commit b8f1eb5
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 380 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ MOSTLYCLEANFILES = \
gtk-3.0/gtk-contained-dark.css

themedir = $(datadir)/themes/Greybird
SASS = sass

all: clean compile

clean-local:
rm -rf $(srcdir)/gtk-3.0/.sass-cache

compile:
$(SASS) --update --sourcemap=none $(srcdir)/gtk-3.0
$(srcdir)/parse-sass.sh
glib-compile-resources --sourcedir=$(srcdir)/gtk-3.0 $(srcdir)/gtk-3.0/gtk.gresource.xml

install-data-hook:
Expand Down
Loading

0 comments on commit b8f1eb5

Please sign in to comment.