I'm encountering an issue in my example where the last doesn't display properly when using :last-child. In the provided code, you can observe that when I target the last element with the class "aa," it shows the "+ Add" text.
&.aa {}
However, when I comment out
&.aa{}
and replace it with
&:last-child{}
the "+ Add" text on the last