Mixing devices in CSS
When doing responsive projects, I often need to have a percentage margin horizontally, but vertically, I usually don't want to have a percentage, but rather fixed pixels.
Is there any reason why I was going to mix units in my margins and padding like this margin: 10px 10%;
Browser performance? Cross-browser issues?
+3
source to share