You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
You probably need to create a config.rb file in the theme root to define the import path. Something like:
# Require any additional compass plugins here.
add_import_path "bower_components/foundation/scss"
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "scss"
images_dir = "assets/img"
javascripts_dir = "js"
I must admit I only started using Compass because Zurb use it as their default. It used to be handy for adding in all the vendor prefix stuff, and the functions for generating image Sprites are still clever:
Line 58 of scss/app.scss throws error when compiled.
Error is:
'
error scss/app.scss (Line 58 of scss/config/_settings.scss: File to import not found or unreadable: foundation/functions.
'
I'm using Compass on Mac OS X Mavericks
The text was updated successfully, but these errors were encountered: