Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Avoid using Jeet in favor for flexbox and/or css-grid #292

Open
bdbch opened this issue Nov 3, 2018 · 1 comment
Open

Avoid using Jeet in favor for flexbox and/or css-grid #292

bdbch opened this issue Nov 3, 2018 · 1 comment

Comments

@bdbch
Copy link
Contributor

bdbch commented Nov 3, 2018

Currently Flynt still uses jeet as a layouting solution which I think is obsolete since last year. Most browsers already support flexbox and even IE10 and IE11 can run flexbox quite well if the autoprefixer is doing his job right.

The current global browser support is at 95.8% and unprefixed browser support is at 94.75%
See here: https://caniuse.com/#feat=flexbox

The CSS-grid support looks almost the same except some older versions of chrome and firefox still don't support css-grid. Still css-grid is already at 87.85% support:
https://caniuse.com/#search=css-grid

I would assume flexbox is already safe to use for almost every modern project and css-grid will become the norm in 1-2 years too which will make any layout library obsolete.

Looking forward to hear from the team and your opinions.

@dgrdl
Copy link
Contributor

dgrdl commented Nov 5, 2018

I agree and we already mostly use flexbox internally. I will talk to the team about removing the jeet dependency with the next update and keep you posted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants