I am trying to learn Foundation 5 and am experimenting with Interchange.
I used the default short code provided and have successfully gotten my images to swap per layout.
I am wondering if it is possible to change the CSS attributes such as modify margins or border colors (for example) to the images that are being switched, so I guess it might be something added to the interchange short code?
I tried adding CSS properties to stylesheet, i.e:
div.small-12 div.logo img {border:1px solid blue;}
div.medium-6 div.logo img {border:1px solid red;}
The result is always last declaration. Maybe it's my CSS.
At any rate any feedback would be greatly appreciated.