Skip to content
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

Support new layout modules #11

Open
ausi opened this issue Feb 3, 2016 · 3 comments
Open

Support new layout modules #11

ausi opened this issue Feb 3, 2016 · 3 comments
Assignees

Comments

@ausi
Copy link
Owner

ausi commented Feb 3, 2016

Add support for new CSS layout modules and new display values like:

{
display: contents;
display: flex;
display: inline-flex;
display: grid;
display: inline-grid;
display: run-in;
}

Don’t forget the vendor-prefixed variations.

@ausi ausi self-assigned this Feb 3, 2016
@ausi ausi added this to Maybe in Version 0.4.0 Jun 10, 2017
@rejhgadellaa
Copy link

Any chance of this being completed any time soon? I have a flexbox container and it seems that CQ reports the width of the full width instead of the"calculated" flex size

@ausi
Copy link
Owner Author

ausi commented May 14, 2018

Can you provide a reduced test case of your usage?

@rejhgadellaa
Copy link

Heh I was afraid you'd ask ;)

I'll give it a go but may take a little while to extract it from the project. I hope to update the ticket before tomorrow evening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants