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

rails g foundation:install command doesn't produce full list of components in foundation_and_overrides file #179

Closed
mifrej opened this issue Mar 31, 2016 · 2 comments

Comments

@mifrej
Copy link

mifrej commented Mar 31, 2016

So as in subject....
In foundation_and_overrides.scss after installing foundation in rails there should be all components uncommented.
But I found one missing @include foundation-menu-icon;
This took me couple hours to find out why the hamburger menu doesn't show up.
I didn't suspect this place to be affected as the comment says:
// We include everything by default.
Would you please check the generator or whatever to produce the real full list of components in the final settings file.
Thank you in advance!

@garshyn
Copy link

garshyn commented Apr 5, 2016

+1
@include foundation-flex-classes; is also missing

@akaspick
Copy link

akaspick commented Mar 1, 2017

👍 Please fix the .scss file with the proper includes and the proper order.

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