You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
Yes, you can combine css rules; it really depends on what assigned the .tablet part of the rule. If you use this with my NS-platform-css you can then you can use the .tablet and the .landscape together easier since the ns-platform-css will defined .tablet for you.
Ok. I have them both, nativescript-platform-css and nativescript-orientation plugins. Could you please give me an example of how to implement it. As I said, '.landscape .tablet .classname {}' is not working.
Each plugin separately works but together I can't get it to work for (CSS), I tried .tablet .landscape and the reverse .landscape .tablet. If there is an example of how to combine the two it would be appreciated.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, Nathanael. First of all, thank you very much for this plugin. It has helped me a lot.
My questions is:
Is it possible to use the plugin like this:
.landscape .tablet .classname {
}
I have tried it but it did not work and just wanted to check if it's because it doesn't work or if I'm doing something wrong.
Thank you.
The text was updated successfully, but these errors were encountered: