Closed mvastola closed 9 years ago
@mvastola I am not familiar with scss. @zeshanshani added scss support & I hope he can help.
Hi @mvastola,
This should work in Sass 3.3.0 version (Sass Changelong):
The parent selector, &, can be used with an identifier suffix. For example, &-suffix and &_suffix are now legal. The suffix will be added to the end of the parent selector, and will throw an error if this isn’t possible. & must still appear at the beginning of a compound selector – that is, .foo-& is still illegal.
Thanks!
Oh. Oops. I had my sass-rails gem locked at too low a version, I guess. Fixed! Thanks.
Cool.
Hi, The Sass gem in Ruby doesn't seem to like the syntax of
simple-line-icons/scss/simple-line-icons.scss
.I'm getting the following error on Rails:
The suspect code seems to be:
By my reading, sass seems to not like the
&user-female
syntax.Thanks for your help.