It's been a real bummer using sass the last 6-12mo with no sourcemaps support in chrome. It used to work, then Chrome changed something and it all went to hell.
I'm using it with rails, anyone able to get things working with sprockets, etc?
Still can't import pure CSS files without having to rename them to .scss. It's been in talks for over two years now, very disappointing.
Whatever line-wrap/justification setting they're using is horribly, illegibly broken on mobile Safari. Some irony.
While I don't dabble often in markup, I'm curious.
Is Sass still mostly entrenched in the Ruby world (any alternative implementations?) or has it picked up adoption with other devs compared to Less?
I'm not a Sass expert here, but does anyone know if anything in this release helps with the problem of not being able to @extend items within media queries?
Sass 3.2.15 was also released today. I'm staying with it for a while to avoid breaking anything I have right now.
It's just some kind of script. It is not CSS.
> You can now write &-suffix (or &_suffix, or even &suffix if you really want) and Sass will make it work.
Now you can finally use BEM in Sass without the need of verbose mixins. Good stuff!