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.
Yup I found it strange also. I had to override all the settings for a top-bar I was making on a website, so CSS was kind duplicated at the end... I almost deactivate top-bar in the Foundation to avoid having duplicate css...
Actually, after spending a little time with this, It may mot be so bad. Instead of a big list of variables that may be hard navigate for some, we now have _topbar.scss (_assets/scss/modules/topbar.scss) which is bit more intuitive as it can be read as CSS.
But I was so angry until I figured this out. I was about to abandon this completely. Now, if only we could have the left menu feature back.
Foundation underwent a major rewrite from version 5 to 6. It's actually as much as 50% reduction in code compared with the previous version, which makes things easier to overwrite.
It may seem unfamiliar at first, but after using F6 a while, I would personally not go back to F5.
I will close this issue, since it looks like you found a solution to the problem.
( Please label question)
This is the first time I have started a new project using Foundation 6 and I do not like the new sass variables style at all.
Here is an example of the old variables:
Here are the new variables:
What the hell? I really grew to like the old way where almost everything was controlled by a variable.
Anyone care to explain why they did this?
The text was updated successfully, but these errors were encountered: