Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
rhumbus opened this issue Nov 7, 2014 · 3 comments
Closed

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

rhumbus opened this issue Nov 7, 2014 · 3 comments

Comments

@rhumbus
Copy link

rhumbus commented Nov 7, 2014

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
@grayghostvisuals
Copy link
Contributor

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.

@rhumbus
Copy link
Author

rhumbus commented Nov 10, 2014

Thanks for the heads up. Updating solved it.

@grayghostvisuals
Copy link
Contributor

@rhumbus 👍 NP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants