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
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
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: