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

Implement sizing of components with javascript instead of tailwindcss #21

Open
offlinehacker opened this issue Feb 12, 2022 · 0 comments
Labels
enhancement New feature or request priority:low
Milestone

Comments

@offlinehacker
Copy link
Contributor

Currently sizing of components is using responsive css classes. The issue with that is it only sizes regarding the screen size. What we want is sizing based on container size. As container css media queries are not yet supported in major browsers, we need to implement this using javascript.

@offlinehacker offlinehacker added enhancement New feature or request priority:low labels Feb 12, 2022
@offlinehacker offlinehacker added this to the Web component milestone Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:low
Projects
None yet
Development

No branches or pull requests

1 participant