I\'m trying to do some buckets here and generally I would do 1 class element at a time. That seems silly since classes can share attributes.
HTML
&l
It may even make sense to do something like
That way you'll only need to say
.bucketStyleFirst { } .bucketStyleSecond { }
This is of course if you'll only be having the two different options.