Open elie222 opened 8 years ago
Nice package and I way prefer this to the more popular bootstrap package. I don't like how the spacing is completely off for snippets however.
bs3-table is one example as follows:
bs3-table
<table class="table table-hover"> <thead> <tr> <th></th> </tr> </thead> <tbody> <tr> <td></td> </tr> </tbody> </table>
thead is way too far in, and tr is only 1 space from thead.
thead
tr
Nice package and I way prefer this to the more popular bootstrap package. I don't like how the spacing is completely off for snippets however.
bs3-table
is one example as follows:thead
is way too far in, andtr
is only 1 space fromthead
.