Sass Nesting Issues

I have my issues with the nesting ability within Sass and how it is used in some cases. When I first started using Sass nesting I thought it was the best thing since sliced bread. Using it more and more and over time I started to notice that the code I was writing, through the use of nesting, was starting to become messy and complicated. Nesting is great and on the face of it, it looks like it’s time saving compared to writing normal CSS code. »