Open robertpainsi opened 9 years ago
Hi, @robertpainsi.
How do you build the CSS files from the SCSS/SASS files? Do you simply use the sass
command line utility? Here is the command that I have:
$ sass --version
Sass 3.4.17 (Selective Steve)
It comes from the Debian package ruby-sass
. Is that what you are using? I guess that we need a Makefile to perform the automatic builds, right?
If that's simply calling sass
, then I can write that one. If there's anything more involved, then I would appreciate some help here (but I still offer to write the stuff to build the files automatically).
Thanks,
Rogério.
Hello! :smile:
It comes from the Debian package ruby-sass. Is that what you are using?
Yes
How do you build the CSS files from the SCSS/SASS files?
By a Makefile
@robertpainsi, Great, thanks for your information.
BTW, I think that since this project involves aesthetics, theming, layouts and so on, @victorwestmann may be interested in helping.
The gtk-widgets-assets differences may be solved by flags. Most of the differences are just light and dark asserts usages because of different background colors.