formaat-design / reshaped

Community repository for storing examples, reporting issues and tracking roadmap
https://reshaped.so
97 stars 3 forks source link

How should we use ul and li tags? #262

Open vinizinmoraes opened 3 weeks ago

vinizinmoraes commented 3 weeks ago

Describe the bug Reshaped reset css is removing style for ul and li tags

ol[class],ul[class] { list-style: none; }

I could not found on text docs how ul li should be made, and because of the reset, I have to use !important to be able to use tailwind

<ul className="!list-disc p-4">

To Reproduce Create an isolated reproduction on the CodeSandox: https://codesandbox.io/s/reshaped-typescript-zj57hm

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context Add any other context about the problem here.