GetSimple Support Forum
flex cheatsheet - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10)
+--- Thread: flex cheatsheet (/showthread.php?tid=15604)



flex cheatsheet - Felix - 2020-12-09

I found this nice flex cheat sheet
useful for making themes:

https://yoksel.github.io/flex-cheatsheet/#section-order

examples:
https://philipwalton.github.io/solved-by-flexbox/


RE: flex cheatsheet - zekoolweb - 2020-12-10

(2020-12-09, 07:10:22)Felix Wrote: I found this nice flex cheat sheet
useful for making themes:

https://yoksel.github.io/flex-cheatsheet/#section-order

examples:
https://philipwalton.github.io/solved-by-flexbox/

Yeah this is nice, i already use this on my theme.
All my theme is based on flexbox.
Very powerfull.


RE: flex cheatsheet - Felix - 2020-12-10

Hi Zekoolweb,

Sure thing, flex fits the bill. No need for bloated css frameworks with endless classes.
Forgot to mention that flex is supported on all modern browsers:
https://caniuse.com/flexbox

And here another flex goodie:
https://bennettfeely.com/flexplorer/


RE: flex cheatsheet - Felix - 2020-12-15

Here is another flex goodie I want to share with you guys
Apply flex even more easy with this:

https://github.com/andrebetiolo/micro-flex