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 Jan 14, 2022. It is now read-only.
In config.rb, add 'app' as a prefix to the add_import_path
# Require any additional compass plugins here.add_import_path"app/bower_components/foundation/scss"# Set this to the root of your project when deployed:http_path="/"css_dir="stylesheets"sass_dir="scss"images_dir="images"javascripts_dir="javascripts"
...
Add a _settings.scssfile within the scss folder.
Is this just happening on my system or a general flaw?
The text was updated successfully, but these errors were encountered:
ok at least the _settings thing seems to be "fixed" with 365406e, however this is still kind of a mess. Why are there thee (?) repositories with basically the same content? @mhayes? thanks a lot!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had to make the following changes:
add_import_path
_settings.scss
file within thescss
folder.Is this just happening on my system or a general flaw?
The text was updated successfully, but these errors were encountered: