Skeleton
Skeleton copied to clipboard
Skeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development
Add dropdown component
the six col width is 48% and the margin is 4% so 2 six cols can never be in the same row (happens in 550px+ media query)
Hello. From my experience you can save a ton of time by settings "a {color:inherit;}" that way the body tells the child what color the links should be or the...
added ability to use class="(number) column(s)" regardless of the number of columns
I think, Skeleton is almost perfect. Small, easy to use and everything. But when it comes to use Iframes, you're lost. This non-js-div-solution will allow to use Iframes in a...
This is a request for documentation. Are there classes to show/hide based on the screen width? (similar to `visible-xs-block` or `col-sm-3` in bootstrap) http://stackoverflow.com/questions/28940562/skeleton-css-hiding-content-from-mobiles Looks like there isn't https://github.com/dhg/Skeleton/blob/master/css/skeleton.css Given...
This link not including `https://` makes loading the page locally take upwards of 30 seconds as Chrome tries to look for the link locally. This commit fixes this and makes...