Suggestion on theme css

Hi there, I'm trailing Radzen components in an app I'm building, and I'm finding the css (_content/Radzen.Blazor/css/default-base.css) has class names that collide quite a bit with the bootstrap template I'm using. Things like '.header' for example, it does end up making it tricky to incorporate without side effects.

Can I maybe suggest in a future version, that you convert the css classes you use to include a pre or postfix that's unlikely to collide e.g. '.rdz-header'?

Hey @coffeymatt,

Thank you for the suggestion. In fact, we are currently in the process of unifying all our SCSS files and detaching from bootstrap, so that all utility classes make use of the rz- prefix. As you suggest, these updates will be shipped with a major version in the near future.

1 Like