typeplate/starter-kit

v2: gulp-sass can't process the partials after "typl8"

Closed this issue · 3 comments

When using gulp-sass to import typeplate scss, I keep getting errors referring to the partials. From the outset it looks as if it fails to process the string typl8- when it's not preceded by a $ sign (just guessing), so any occurrence of this name breaks.

Error in plugin 'gulp-sass'
Message:
    src/bower_components/typeplate-starter-kit/scss/typeplate-vars:79: error: error reading values after typl8-tera

libsass was recently upgraded in order to support many of the new features in Sass 3.4+ which includes Sass maps that we now use for headings. You need to upgrade gulp-sass to v1.2.2. Anything prior to that version won't compile. Also keep in mind the interpolation bug is still being worked on by the libsass team.

Thanks for the heads up. Updating solved it.