- Button
button = Gtk::Button.new(label: 'click me')
button.signal_connect 'clicked' do |widget|
puts "I was clicked"
end| // Problem statement: | |
| $brand-primary: red; | |
| $brand-primary: green; | |
| // $brand-primary == green | |
| // How to use variables in a common SCSS, but override them per client? | |
| // holcim.scss | |
| $brand-primary: red; | |
| @import "common"; |