I'm having an issue with aphrodite, where if I have my base-component set to the global selector for example margin: 0 or any of the sides marginLeft, marginRight, marginTop, marginBottom set. Then when I try to overwrite one or the other, it doesn't take.
For instance a divset with margin: 0 then I add another style marginBottom: 10 doesn't work. Same is true in reverse. If marginBottom: 10 is set and I set margin: 0 it doesn't work.