-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Using px in darkly theme should be discouraged #83
Comments
I think you might want to handle this with custom CSS since bulma-switch is anyways a plugin right? |
This sounds more like a workaround to me. The thing is that the themes sometimes use rem and darkly px. And some do not even define any size. |
I'm not sure if I understand this correctly then, can you make a codepen or point me to something? Darkly just updates the base variables and a few overrides to achieve the look |
Sure: Of course bulma-switch is a plugin, but I'd say that rem is more commonly used in the template context. |
Size is set to 15px. But this collides for example if you use bulma-switch where the variable is used with rem, which leads to:
The text was updated successfully, but these errors were encountered: