Closed angelikatyborska closed 4 months ago
Waiting for bitstyles v5.0.0
to be republished as v5.0.1
with the correct CSS build.
Note to self: fix heading with list, the list should not look like a list Note to self: fix sidebar border color Note to self: fix tabs, the list should not look like a list
Edit: done
Resolves https://github.com/bitcrowd/bitstyles_phoenix/issues/122
Note that the sidebar example in 4.3.0 will look weird because it contains a lot of example content that's written with attributes supported in 5.0.0 only.
Also note that the class
a-button
is nowdisplay: flex
instead ofdisplay: inline-flex
and now<a>
s with that class look different than<button>
s with that class due to different default widths of the two elements. This discrepancy would need to be fixed on a project level where bitstyles-phoenix is used, by something likea { width: fit-content }
or so. Or just be using those elements inside appropriate flex/grid containers.List of changes:
u-gap-m
isu-gap-l
, looks identicala-list-reset
isu-list-none
a-badge--gray
isa-badge--text
u-fg-
andu-bg-
classes to be different. Darren helped me choose adequate replacements.