bulma
bulma copied to clipboard
.list style is gone by 0.9.4
This is about Bulma.
Overview of the problem
There is no .list class in 9.0.4 . My app made heavy use of the .list class, and now has significant usability compromises.
his is about the Bulma CSS framework I'm using Bulma version [0.9.4] I am sure this issue is not a duplicate since I don't see it directly mentioned anywhere in the docs or old PRs
Description
the old .list and .list-item classes are gone. Other issues indicate that they might have moved, but none of the docs tell me how to regain my .list functionality. It appears to be gone from the main site, too. What I see on this site doesn't seem to be true of 0.9.4: https://bulma.dev/classes/list/list
is the absence of .list a bug, or is there a reason it has been removed?
It was deprecated in May 17, 2020 and deleted in June 7, 2020.
I guess people should use panel now? I'm not sure.
EDIT: Yep, from the 0.9.0 release announcement: "The list component is also deprecated: the components/list.sass file has been deleted. It was never officialy supported as it was too similar to panel component. Use that one instead."
Thanks for the pointer. I've tried out the panel styles and they seem only partially effectual. They don't give a solid background like the old list used to, meaning that I now need to manually style this in order to get a clear page, and they don't make any allowances for lists, so without precautions styling a <li>
as a panel-block will hide its list number. They don't really seem equivalent.