I have seen a few sass compass tutorials. However, I am having to tweak a sass file from someone else and I can not find out what they did. I do not understand what the + symbol is doing here. I want to say it is similar to the @ sign but I can ot find anything that explains it. It is related to singularity? compass?
/* Main */
#main
+tablet-wide
+grid-span(18,1)
+desktop
+grid-span(24,1)
If you know of a good explanation or link please share. Trying to learn and reverse engineer at the same time.
Thanks