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
In order to take advantage of Foundation's customizability, we need to move away from the Sass-over-CSS override practice and use a pure Sass approach.
To do this, the references to external minified Foundation CSS need to be removed. In their stead, we must pull in the Foundation Sass files.
The text was updated successfully, but these errors were encountered:
After looking into this issue deeper, it appears that it would require too many changes to our project structure. Namely, requiring Bower, using .scss instead of .sass syntax, and other issues. As such, making the call to continue with the current workflow of simply overriding the Foundation compiled CSS.
In order to take advantage of Foundation's customizability, we need to move away from the Sass-over-CSS override practice and use a pure Sass approach.
To do this, the references to external minified Foundation CSS need to be removed. In their stead, we must pull in the Foundation Sass files.
The text was updated successfully, but these errors were encountered: