Closed bestblazor closed 1 year ago
Hi,
When generate the CSS classes, we don't use !important
so that developers can freely customize the library. If you want to use our color scheme instead of Bulma, you can use the default color in the library. Look for the variables begin with "blazor-" as follow:
Happy coding!
Hi, I am trying to create a navigation bar with the CSS "nav-item". I am using Blazor Library with Bulma and the Bulma CSS override the Blazor Library CSS. I want to use the color scheme of Blazor Library instead of Bulma.