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

Extend DisplayMode with "grid" #68

Open
marschro opened this issue Jan 5, 2019 · 0 comments
Open

Extend DisplayMode with "grid" #68

marschro opened this issue Jan 5, 2019 · 0 comments

Comments

@marschro
Copy link

marschro commented Jan 5, 2019

Please add "grid" to the DisplayMode in Animation.elm line 947, following.

type DisplayMode
    = None
    | Inline
    | InlineBlock
    | Block
    | Flex
    | InlineFlex
    | ListItem
    | Grid  -- <= needed so badly... 
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

No branches or pull requests

1 participant