It appears that Breakpoint no longer has a compass dependency (see here), but I cannot get it working with Rails 4 unless I add compass and require it through application.rb
.
It seems that without compass, breakpoint is not exposed as a resource, so using:
@import breakpoint
Throws an error:
File to import not found or unreadable: breakpoint.
My Gemfile.lock
contains:
sass (3.3.10)
sassy-maps (0.4.0)
breakpoint (2.4.2)
sass (~> 3.3.0)
sassy-maps (< 1.0.0)
I have tried adding an initializer and requiring breakpoint, but this doesn't help.