Open ruannawe opened 1 year ago
When I run the command: bundle exec rake assets:precompile.
bundle exec rake assets:precompile
I receive the following error: Sass::SyntaxError: Invalid CSS after "&-": expected number or function, was "-another {".
Sass::SyntaxError: Invalid CSS after "&-": expected number or function, was "-another {"
My code:
.example { &-another { color: red; } }
I'm using version 6 when I receive this error. Version 5.1 compile WITHOUT errors. Probably some bug between these two versions.
When I run the command:
bundle exec rake assets:precompile
.I receive the following error:
Sass::SyntaxError: Invalid CSS after "&-": expected number or function, was "-another {"
.My code:
I'm using version 6 when I receive this error. Version 5.1 compile WITHOUT errors. Probably some bug between these two versions.