solved-by-flexbox icon indicating copy to clipboard operation
solved-by-flexbox copied to clipboard

A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.

Results 38 solved-by-flexbox issues
Sort by recently updated
recently updated
newest added

As per this issue: - https://github.com/gulpjs/gulp/issues/2162 The package 'natives' (version 1.1.0 in package-lock.json) needs to be updated to avoid a crash when running 'npm start' (see following backtrace). It's possible...

I did not test this in all browsers, however I'm using FIreFox 61.0.1, and I noticed that with the input having flex: 1, it will grow and shrink to fill...

Thanks for your work on this! The demo page shows you can set classes on a Grid-cell like: `class="Grid-cell u-1of2"` But the css linked on the page has no classes...

Not really a bug, but you might want to mention in your [Sticky Footer Example](https://github.com/philipwalton/solved-by-flexbox/blob/master/assets/css/components/site.css) that you also have to set the height of the HTML element to 100% [(like...

I am setting flexDirection:'"row" and flex:1 to another div but it is setting flex:direction:column and flex:0 why?

![skarmavbild 2017-08-28 kl 11 10 09](https://user-images.githubusercontent.com/1148376/29767129-9560e884-8be1-11e7-9484-415519d3a400.png) Also took a look in Safari 11.1 TP. it worked correctly

Thanks for creating all this great code! I have created a tiny repo that contains just the Holy Grail layout code, with comments and examples suitable for beginners. There's an...

I took your grid example and added some SASS to get to a normal-ish 12 column layout. All was well and good until I put in a `` block with...

I'm running `npm install philipwalton/solved-by-flexbox --save` but it won't add it to package.json because the package.json for this repo doesn't have a version number. Any chance of getting a version...