No Content
No Content
You commented on
Semafork's post
over 5 years
@borgulas: No, you don't need to change it back. When version 5.5 of Foundation is out, you simply replace your existing Foundation folder with the new one. The new version already includes this fix.
You commented on
Semafork's post
over 5 years
See https://github.com/zurb/foundation/pull/5651 for a quick fix. Worked for me after updating to Codekit 2.1.4 (and thereby to SASS 3.4.2).
- open 'scss/foundation/_functions.scss'
- find line 12:
SASS @if (index($modules, $name) == false) {
- replace with line:
SASS @if(not index($modules, $name)) {
- save, close, compile
No Content
-
No Content
-
No Content
@borgulas: No, you don't need to change it back. When version 5.5 of Foundation is out, you simply replace your existing Foundation folder with the new one. The new version already includes this fix.