I have a float-span layout which contains a number of tiles in a 12 column grid. At breakpoint 600px I want this to display float-span(2) and at 1024px I want float-span(4).
I am finding that the smaller breakpoint layout displays as intended but the larger breakpoint layout is broken and appears to be inheriting the nth-child value from the lower breakpoint.
He is my gist http://sassmeister.com/gist/MrPaulDriver/8ac3bcf3e29c429b2efc
What am I doing wrong?