I'm having trouble integrating breakpoints into my web project. I have SASS, Compass, and breakpoint all installed and I've followed the installation instructions, but it seems to be causing errors. Can someone help me troubleshoot the issue?
Here is the code in my config.rb file (located in the main folder of my project):
require 'breakpoint'
http_path = "/"
css_dir = "css"
sass_dir = "sass"
And here is the code in my style.scss file (located in the sass folder of my project):
@import "breakpoint";
// additional SCSS code...
When LiveReload runs, I am getting the following error message:
File to import not found or unreadable: compass.
Syntax error: File to import not found or unreadable: compass. Load path: /private/var/folders/ln/lp7d050s191cgjw1ck1gnq_h0000gn/T on line 4 of project/sass/style.scss Use --trace for backtrace.