azouaoui-med / react-pro-sidebar

React Pro Sidebar provides a set of components for creating high level and customizable side navigation
https://azouaoui-med.github.io/react-pro-sidebar/
MIT License
1.72k stars 412 forks source link

CSS classes can conflict with styletron and other CSS in JS frameworks #19

Closed houmark closed 2 years ago

houmark commented 4 years ago

I also support #17 but that seems fairly major work.

Until then it would be nice if Pro Sidebar would use unique CSS class names to avoid conflicts with other frameworks such as Styletron.

Styletron creates dynamic class names such as md and those will conflict with the responsive classes of Pro Sidebar. A simple fix would be for Pro Sidebar to prefix all its classes with for example pro-sidebar so that md becomes pro-sidebar-md.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.