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

Getting deprecation warnings on compile #2

Closed
itsgoofer opened this issue Dec 8, 2014 · 3 comments
Closed

Getting deprecation warnings on compile #2

itsgoofer opened this issue Dec 8, 2014 · 3 comments

Comments

@itsgoofer
Copy link

Just a heads up.

DEPRECATION WARNING on line 81, column 10 of src/style/_juice.scss:
Unescaped multiline strings are deprecated and will be removed in a future version of Sass.
To include a newline in a string, use "\a" or "\a " as in CSS.
[18:21:07] gulp-ruby-sass stderr: DEPRECATION WARNING on line 84, column 72 of src/style/_juice.scss:
Unescaped multiline strings are deprecated and will be removed in a future version of Sass.
To include a newline in a string, use "\a" or "\a " as in CSS.
[18:21:07] gulp-ruby-sass stderr: DEPRECATION WARNING on line 85, column 71 of src/style/_juice.scss:
Unescaped multiline strings are deprecated and will be removed in a future version of Sass.
To include a newline in a string, use "\a" or "\a " as in CSS.

Anyways, by removing the new lines on line 81, it solved the warnings.

@kjbrum
Copy link
Owner

kjbrum commented Dec 8, 2014

What version of Sass are you running?

@itsgoofer
Copy link
Author

v.3.4.9

kjbrum pushed a commit that referenced this issue Dec 11, 2014
@kjbrum
Copy link
Owner

kjbrum commented Dec 11, 2014

This issue should be resolved.

@kjbrum kjbrum closed this as completed Dec 11, 2014
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