Foundation 5 build isn't complete

前端 未结 1 1065
小蘑菇
小蘑菇 2020-12-07 04:02

I\'m throwing my head against a wall here and would appreciate some help. So..

Lately, when I create a foundation project (or any existing project), I\'m importing

相关标签:
1条回答
  • 2020-12-07 04:43

    Sass 3.4.0 introduced a backwards incompatible change to the index() function, which Foundation uses extensively to determine whether or not it should be generating styles. This has been noted in the Sass changelog:

    index() now returns null rather than false if the value isn't found in the list.

    Foundation has not been updated to be compatible with 3.4 yet, so you'll need to drop down to Sass 3.3.x until then.

    See also:

    • https://github.com/zurb/foundation/issues/5636
    • https://github.com/sass/sass/issues/1422
    0 讨论(0)
提交回复
热议问题