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

Render TileGroup using css grid, fixes #222 #454

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

felixmosh
Copy link

This PR implements the tile group positioning using css grid as described in https://zellwk.com/blog/calendar-with-css-grid/

0nx0OArpNb

@wojtekmaj
Copy link
Owner

That's splendind, but introduces a breaking change, as CSS Grid is not supported on IE11. Not against it - it just means this change will need to wait for the next major release.

@felixmosh
Copy link
Author

felixmosh commented Nov 11, 2020

It is not true, ie11 does support css grid but the old spec, I can add it as well.

BTW, the JS code is not supported by ie11 :]

@wojtekmaj
Copy link
Owner

Well yes, you're correct. Perhaps we could implement autoprefixer to get CSS grid working? Just like we deal with JS - with Babel...

@felixmosh
Copy link
Author

it is possible, the question is if it will work, I've spent sometime on it yesterday (adding IE version manually) it didn't worked.

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

Successfully merging this pull request may close these issues.

None yet

2 participants