Blazor-School / Blazor-Library-Public-Issue-Tracker

Public Bug Tracker for Blazor Library
0 stars 0 forks source link

"nav-item" CSS class is overrided by Bulma #1

Closed bestblazor closed 1 year ago

bestblazor commented 1 year ago

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.

hevilhuy commented 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: image

Happy coding!