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.
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.
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 examplepro-sidebar
so thatmd
becomespro-sidebar-md
.