forked from AuroraMiddleware/gtk
HighContrast: Restore files to regenerate CSS
I think parse-sass.sh needs updated to match what Adwaita does now, but for now, this is sufficient to let us regenerate HighContrast again.
This commit is contained in:
parent
a4e80efee7
commit
fc96fce462
2
gtk/theme/HighContrast/Gemfile
Normal file
2
gtk/theme/HighContrast/Gemfile
Normal file
@ -0,0 +1,2 @@
|
||||
source 'https://rubygems.org'
|
||||
gem "sass", "~> 3.4.0"
|
3
gtk/theme/HighContrast/parse-sass.sh
Executable file
3
gtk/theme/HighContrast/parse-sass.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
bundle exec sass --update --sourcemap=none .
|
Loading…
Reference in New Issue
Block a user