-
Notifications
You must be signed in to change notification settings - Fork 71
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
Hidden vs Hidden-only #61
Comments
I agree and would suggest this naming pattern hide-for-sm |
Hello, I allow myself a little 🆙 on this topic.
So, if we take a look about the Bootstrap Responsive utilities code and its Breakpoints mixins dependencies, we can easily use it inside Reflex. I tried it and it works great 👍 👀 I see two things to define :
Good to Know : |
- Update dev dependencies - Update docs Refs leejordan#61
Hi
Currently
hidden-*
classes hide only for certain screen size. It can become somewhat tedious for example to specify a hidden element forhidden-sm hidden-lg hidden-xlg
. Also it is not consistent with say boostrap similar classes. My proposal is to replace currenthidden-*
classes withhidden-only-*
and have changehidden-*
to include stated and bigger screens, sohidden-sm
will hide things forsm, lg, xlg
etc.The text was updated successfully, but these errors were encountered: