File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
stylesheets/better_together Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44//= link_tree ../stylesheets .css
55//= link_tree ../../../vendor/stylesheets .css
66//= link_tree ../stylesheets .scss
7+ //= link better_together/mailer.css
78//= link_tree ../images
89
910//= link actioncable.js
Original file line number Diff line number Diff line change 1- @use " bootstrap/functions" as * ;
2- @use " bootstrap/mixins" as * ;
3- @use " bootstrap/variables" as * ;
1+ @import " bootstrap/functions" ;
2+ @import " bootstrap/mixins" ;
3+ @import " bootstrap/variables" ;
44
55// Define default color variables (if not overridden by the host app)
66$text-opposite-theme-color : #333 !default ;
Original file line number Diff line number Diff line change 4747 config . after { Warden . test_reset! }
4848
4949 # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
50- config . fixture_path = " #{ Rails . root } / spec/fixtures"
50+ config . fixture_paths = [ Rails . root . join ( ' spec/fixtures' ) ]
5151
5252 # If you're not using ActiveRecord, or you'd prefer not to run each of your
5353 # examples within a transaction, remove the following line or assign false
You can’t perform that action at this time.
0 commit comments