-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
feature request: remove all JS styling #334
Comments
Would also be interested in this option. |
Will look into that but as a breaking change it'll have to be done in 4.x release. |
This comment has been minimized.
This comment has been minimized.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days. |
Optionally it could just be a parameter that you set on the component that removes it. I'm also having a nightmare trying to style it because of all the inline styles. |
Hi,
Would it be possible to remove all JS styling (i.e. overflow: hidden, widths, max-widths, flex behaviours and so on). They make it very hard to restyle. A good alternative would be to use class swapping depending on component states.
Thank you
The text was updated successfully, but these errors were encountered: