~numix/numix/trunk

  • Committer: GitHub
  • Author(s): KTB
  • Date: 2020-07-12 07:40:33 UTC
  • Revision ID: git-v1:15923f76331e71fbffbfd605458ea6fec5aca109
Replace deprecated Ruby Sass with SassC #734 (#740)

* Update README.md with instructions to use SassC

Updates the Build It instructions for using SassC instead of Ruby Sass

* Updates Makefile to replace Ruby Sass with SassC

This commit replaces the use of the Ruby Sass scss command with SassC's sassc command. Due to the more limited functionality of sassc, output directories must be created prior to running the command and only one file may be processed at a time unlike the many-to-many mode functionality of the scss command.

* Makes import directive relative in _gnome-terminal.scss

This commit changes the "widgets/button" import directive to be relative in the gtk-3.20 _gnome-terminal.scss file which is necessary when using SassC.

* Removes import directive in _gnome-terminal.scss 

This commit removes the "widgets/button" import directive in the gtk-3.20 _gnome-terminal.scss file which is unnecessary.

Co-authored-by: KTB <ktb83@users.noreply.github.com>
Filename Latest Rev Last Changed Committer Comment Size
..
.github 433 7 years ago Dustin Falgout add contributing guidelines and code of conduct Diff
scripts 561 7 years ago Dustin Falgout add task to makefile for generating/updating CHANG Diff
src 567 7 years ago Dustin Falgout move source files into subdirectory instead of bei Diff
.editorconfig 561 7 years ago Dustin Falgout add task to makefile for generating/updating CHANG 551 bytes Diff Download File
.gitignore 368 8 years ago Dustin Falgout update .gitignore 125 bytes Diff Download File
.hound.yml 305.2.70 8 years ago Satyajit Sahoo Create .hound.yml 36 bytes Diff Download File
.scss-lint.yml 455 7 years ago Dustin Falgout fix progressbar styles when inside an osd. disable 2.8 KB Diff Download File
CHANGES 670 6 years ago Khurshid Alam RELEASE PREP :: Update CHANGES file. 20.3 KB Diff Download File
circle.yml 473 7 years ago Dustin Falgout Create circle.yml 36 bytes Diff Download File
CODE_OF_CONDUCT.md 662 6 years ago GitHub Create CODE_OF_CONDUCT.md 3.1 KB Diff Download File
CREDITS 520 7 years ago Dustin Falgout * Removed run attribute. (#515) 160 bytes Diff Download File
LICENSE 520 7 years ago Dustin Falgout * Removed run attribute. (#515) 34.3 KB Diff Download File
File Makefile 678 3 years ago GitHub Replace deprecated Ruby Sass with SassC #734 (#740 1.5 KB Diff Download File
README.md 678 3 years ago GitHub Replace deprecated Ruby Sass with SassC #734 (#740 4.1 KB Diff Download File