|
|
|
|
|
by SahAssar
2548 days ago
|
|
I'm not a fan of bulma, but that is not a valid complaint. If you give a `h3` the class `title is-1` it will look like their example `h1`. If you add a `h1` without any classes it won't even have any of the styling of `title is-1` unless you add the classes. If anything they are purposely decoupling the styling from the semantics to make it more obvious which one you are choosing (although the example could make this more clear). |
|