-
Notifications
You must be signed in to change notification settings - Fork 502
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
Rename css classes to make integration smoother #146
Comments
This would not be a bad idea, luckily nanoScroller's CSS classes can be changed, so this is not such a big issue. |
The main idea is to prevent the necessity to patch 3rd party lib in my project just for changing class names |
+1 |
+1. I renamed to |
👍 |
…no#208) * Use child selector in css
Designers and frontend coders often use common words in css class names. That sometimes overlaps nano styles. The default names like
.content
,.slider
could be renamed to something like.n-content
,nano-content
,nContent
etcThe text was updated successfully, but these errors were encountered: