Ruby on Rails Wednesday, August 8, 2018

ok, I moved

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

to the application.css.scss file.

getting another error, not as bad.

Undefined mixin 'box-shadow'.



On Wednesday, August 8, 2018 at 5:56:54 PM UTC-4, Joe Guerra wrote:
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/41c02f34-6e66-4b86-8e68-f510770dd575%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment