Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hamburgers.sass cannot be imported(SCSS) #36

Open
andychongyz opened this issue Apr 17, 2017 · 3 comments
Open

hamburgers.sass cannot be imported(SCSS) #36

andychongyz opened this issue Apr 17, 2017 · 3 comments

Comments

@andychongyz
Copy link

The hamburgers.sass cannot be imported in my company's project because of the hamburger.sass path has been assigned to the SASS_PATH environment variable, and somehow this environment variable is not being included when the asset compile. I end up pushing the hamburgers.sass's path to the asset_paths array in my project's config file. As in the Rails gem guide, I suggest to put it under one of the directories, app/assets, lib/assets or vendor/assets. http://guides.rubyonrails.org/asset_pipeline.html#adding-assets-to-your-gems

@darbymanning
Copy link

+1

1 similar comment
@SpiZeak
Copy link

SpiZeak commented Sep 25, 2018

+1

@SpiZeak
Copy link

SpiZeak commented Sep 25, 2018

I found a solution.
In my case I removed parts of the .scss file until it worked and then isolated the culprit, in this case the exclamation mark in the top comment "/* !".

I found an issue linked to this problem here: Pikaday/Pikaday#679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants