Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

This logs the result of experimenting with Bulma as a styling framework around DomUI.

  • Bulma is built using sass syntax. This is not directly supported by DomUI (it uses the scss syntax) so I included the css files instead.


Styling issues

H1..H6 tags are unstyled

All Hn tags have no style at all; Bulma tells us to use its classes to define headers instead. This is plain dumb: there is simply no reason to break rendering of these tags just because you have another idea. It should be fixed by having the Hn tags expose the same styles usingĀ class='title is-2'. Or alternatively wrap the thing in a class="content". See the sillyness inĀ https://github.com/jgthms/bulma/issues/433





  • No labels