-
Notifications
You must be signed in to change notification settings - Fork 131
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
SyntaxError on @import #161
Comments
It breaks if i use bower package manager. So i'm doing vanilla* install as well. *vanilla aka download manually. |
Thanks! It’s helpful to know this is an issue with Bower. I drafted a new release and hopefully it fixes the issue. Please let me know if this fixes your issue. |
@scottkellum What's the best way to test this? Doesn't appear that 3.0.9 is available to me when installing via the command line. On another note, it doesn't appear that Bower should be used anymore. Although they maintain it, they suggest using Yarn, Webpack, or Parcel. Is this something you have looked into? Getting this updated to 3.0.9 on Yarn would be nice! |
@haydenhancock You can find it here: https://yarnpkg.com/en/package/modularscale-sass and it is distributed through NPM. I didn’t version up to 3.0.9 anywhere but Bower. Bower uses git tags to version up while NPM and rubygems require a publish command be run. I bungled Bower due to publishing before commuting changes (sorry about that). Anyway, 3.0.8 everywhere else is the same as 3.0.9 for Bower. |
@scottkellum Thanks for the assistance. I switched to using Yarn and still receive the same error. Below is my package.json file using Yarn:
|
Interesting, thanks! I’ll investigate in a bit |
When trying to use the modularscale-sass npm package I receive the following error on a basic Gulp task.
My gulpfile.js is
My styles.scss is
I've also tried
@import 'modularscale';
as discussed in the documentation.My package.json
I was able to get this to work using the 'Vanilla' install but I'd like to use the package. Has anyone else experienced this issue? Am I doing something wrong?
The text was updated successfully, but these errors were encountered: