glenjamin/devboard

CSS

Yomguithereal opened this issue · 3 comments

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?

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?