I personally prefer Sass' "old" syntax (without brackets and semicolons) since it's more succinct and fast to write in – nesting without brackets comes natural and the spaceship visual effect is at least attenuated. Plus, writing my JS in CoffeeScript makes the transition between the two languages even smoother.
I personally prefer Sass' "old" syntax (without brackets and semicolons) since it's more succinct and fast to write in – nesting without brackets comes natural and the spaceship visual effect is at least attenuated. Plus, writing my JS in CoffeeScript makes the transition between the two languages even smoother.
Then again, it's just a matter of taste! :)