-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flexbox support #536
Comments
Adding flexbox support is as simple as adding a conditional to remove the Perhaps make a new mixin called The margin gutters are still worth keeping since flexbox has no way to add margin gutters ( The main goal is to expose Jeet's If you're interested in working on some interesting grid stuff, I'd invite you to break postcss-ant's math out into smaller modules that people can sprinkle on top of CSS Grid Layout rather than working on a really old, practically defunct project. A few things to consider for the layout/OSS aficionado:
|
@corysimmons Thank you for the feedback! I'll work on a simple flex abstraction for jeet then, since nothing too fancy is required. About the Grid/Postcss-Ant: yes, I agree on that. I confess I haven't looked into it deep yet, but I'll check it out tomorrow. And I'd love if you could guide me on that and we could work on something that's more future-proof. :) |
I was looking through my open issues and found this one. Anyone still interested in this or may I close it? |
Yeah I think this can be closed. |
As mentioned on #510, I'm starting to add flexbox support to Jeet. I'm opening this issue so we can keep the discussion in a single place. I have a few points I wish to address and I'd love to hear from you the best way we can tackle them. I'll also add a little roadmap of things I'm doing and planning to do before putting up the first pull-request for review. You can follow the progress directly from the branch I'm working on
Roadmap
_float-grid
filefloat-
prefixed mixins, to ensure compatibility_flex-grid
file, trying to keep as close to the_float-grid
as possible$jeet.grid
configurationIssues
columns
and others mixins for it and just use the prefixedflex-column
and else for the flexbox? My first thought was to add a$jeet.grid
setting that the user would be able to set and just keep usingcolumn
.These are my concerns for now. I'd like to hear from you if you guys want to include anything else here and if you have any questions. Thank you :)
The text was updated successfully, but these errors were encountered: