-
Notifications
You must be signed in to change notification settings - Fork 865
How many of you are using Flexbox flex grid? #943
Comments
I'm a recent convert. So much less work for vertical centering, equal height children, justify with space between, etc. |
I haven't used it yet because I'm worried about browser support, interested to know if this is causing issues for anyone or not? |
Hi,
THX for everyone's efforts, Yes I use flexbox, but it does "break" if
implemented in SASS, so I use a standalone css file just when needed :::
Thank You
John
- - - - - - - - -
Web: http://yourdesign.co.za
Twitter: yourdesigncoza
Mobile: +27 79 177 1970
…On Tue, Feb 21, 2017 at 9:38 AM, nitrokevin ***@***.***> wrote:
I haven't used it yet because I'm worried about browser support,
interested to know if this is causing issues for anyone or not?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#943 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA46ss2X_XmL7yepvtEupeQYVadGUxQsks5repR0gaJpZM4MDcne>
.
|
Just started using it. SO nice. A lot of the stupid quirks of CSS positioning are made easy through it. |
Has anyone else noticed issues with Flexbox grid modifier classes not inheriting the expected style. For example if you add 'align-center' to a row it doesn't inherit 'align-content: center' I haven't run this down to submit as its own issue. It may be my theme is behind the FP head and this has already been addressed. I may also have not correctly switched from standard grid to flex in sass. |
I use flexbox for almost every proyect I work with |
Not an issue, I'm just really curious if there is some of you who use the Flex grid in Foundation?
I made my first project with Flex grid enable last week... It was... Interesting.
I probably need to adapt (after so many years of working with Float). I found some minor bugs (like the img ratio if your img is a direct descendant of a float container) and some strange behavior (probably because of my "novice" level in Flex).
The text was updated successfully, but these errors were encountered: