-
Notifications
You must be signed in to change notification settings - Fork 12
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
CSS #5
Comments
For now my plan is to stick with inline styles, and try not to let much cascade into the body. This way cards will always look the same, but the contents should use user's styles. Providing a way to customise these isn't out of the question though. |
The only thing I worry about it the fact that inline style are notoriously hard to override. But I guess it's ok because those inline styles deal with basic layout and shouldn't be tampered with. |
What about something of this kind? |
Do you have an idea of how we should handle CSS? Should we provide classes so that one may adapt the cards very quickly to its app style and whatnots?
The text was updated successfully, but these errors were encountered: