0

Whenever I try to include the "breakpoint" gem in me prepros-project, I'm getting this error:

error sass/main.scss (Line 3 of sass/_grid.scss: File to import not found or unreadable: breakpoint.

Load paths: C:/xampp/htdocs/egoplan/sass C:/Program Files (x86)/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets C:/Program Files (x86)/Prepros/gems/gems/susy-1.0.9/sass Compass::SpriteImporter)

C:\xampp\htdocs\egoplan\sass\main.scss

I tried to install/uninstall several versions of compass, sass, susy and breakpoints. doesn't work. What to do?

BenMorel
  • 34,448
  • 50
  • 182
  • 322

1 Answers1

0

You are going to need to use Prepro's advanced Compass options in order to require the Breakpoint gem and use it. See their using third party Compass plugins instructions.

A word of warning; we recommend using Bundler to manage Ruby gem versions and compile through the command line as any other option may not (and probably won't) correctly handle dependencies. Breakpoint 2.4.x requires Sass 3.3.0+ and Compass 1.0.0+ and without Bundler, it's possible that Breakpoint won't work even if it's installed properly as incompatible versions of Sass and Compass may be used. See Breakpoint's Installation page.

Snugug
  • 2,358
  • 1
  • 16
  • 18