18 ms·
Great post, Dan - really well written. Personally I'm still conflicted about using so many different classes for different breakpoints, but I'm finding that th
by iamtyce 13y ago
Great post, Dan - really well written.
Personally I'm still conflicted about using so many different classes for different breakpoints, but I'm finding that the whole "No grid for < tablet portrait" isn't always the best solution.
Quick heads up, the responsive mixin is missing a bracket:
@include respond-to(small-mode) {
For anyone out there using Rock Hammer, here's that mixin converted to work with Malarkey's breakpoint controls (also with my own custom breakpoint sizing comments, feel free to remove):
https://gist.github.com/iamtyce/5778876 https://gist.github.com/iamtyce/5778876