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
In a ember app, using ember-cli-sass (with https://sass-lang.com/dart-sass as compiler), I have the following error during compilation:
Sass Syntax Error (SassCompiler) in /Users/sma01/work/git/gitlab/erdil/esatis/frontend/node_modules/html-hint/node_modules/hint.css/src/hint-mixins.scss:18:5 Error: Top-level selectors may not contain the parent selector "&". &.#{$hintPrefix}#{$position}-#{$xDir}:before { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ node_modules/html-hint/node_modules/hint.css/src/hint-mixins.scss 18:5 arrow-border-color() node_modules/html-hint/node_modules/hint.css/src/hint-position.scss 81:1 @import node_modules/html-hint/node_modules/hint.css/src/hint.scss 21:9 @import node_modules/html-hint/html-hint.sass 1:9
I just don't know what that mean.
The text was updated successfully, but these errors were encountered:
Seems like dart-sass has some implementation differences to node-sass because it's working fine with node-sass. Have found the solution though -> sass/sass#1873 (comment) Fixing this.
Sorry, something went wrong.
4d0e658
fixed in 2.5.1
Thank you (Sorry for the delay, I'm out of work right now)
No branches or pull requests
sly7-7 commentedNov 15, 2018
In a ember app, using ember-cli-sass (with https://sass-lang.com/dart-sass as compiler), I have the following error during compilation:
I just don't know what that mean.
The text was updated successfully, but these errors were encountered: