Closed gvn closed 10 years ago
Yeah that would be great.
Let's add micro
at 320px
and equivalent classes, i.e.
.col-micro-1
through .col-micro-12
.col-micro-offset-1
through .col-micro-offset-12
@gvn can you review?
Sure thing.
Ok, looking at this and reconsidering 320 since it's pretty iPhone-centric.
@k88hudson what do you think about going up to 384px (half of next breakpoint, 768px).
Alternatively, could we make this value a variable that people could set based on their project needs?
Actually, sorry, doing more research and it looks like you already can override breakpoint values, which probably makes this patch unnecessary. That is, unless we want to provide a 5th breakpoint, in which case we should set the width to be a variable @screen-micro
.
See: http://stackoverflow.com/questions/19592968/bootstrap-3-breakpoints-and-media-queries
Apologies, should have dug into this more before filing. :flushed:
It seems like a breakpoint smaller than
xs
is needed. 320-ish layouts don't all look great at 600px for example. Maybe we needxxs
ormicro
?