Ruby on Rails Wednesday, August 8, 2018

I'm trying to use this css library with bootstrap.

Anyways, I've got this in my gemfile...

# compass for sytlesheets
gem 'compass-rails'
gem 'breakpoint', '~> 2.5'

and this in my pages.scss


@import "compass";
@import "breakpoint";

followed by the rest of the css.

I'm crashing with it not loading breakpoint...

File to import not found or unreadable: breakpoint.  


Has anyone come across this sort of thing?
Thanks,
Joe

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/be0ddf14-312f-414c-9f8a-d46644386267%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment