Tascurator / tascurator-frontend

0 stars 0 forks source link

Text sizes do not correspond to Tailwind CSS's #43

Closed akiomatic closed 1 month ago

akiomatic commented 1 month ago

Description

The text sizes do not correspond to Tailwind CSS's text sizes. I'm pretty sure this bug is caused by this line, which I have showcased in the video below.

To Reproduce

Steps to reproduce the behavior:

  1. Create a component
  2. Add "text-2xl" to its className
  3. Run the dev server and go to your browser
  4. See the text size is actually 27px, which should be 24px according to Tailwind CSS

Screenshots or videos

image

https://github.com/Tascurator/tascurator-frontend/assets/124953279/41f0145b-f3ac-4a42-8214-867914dd24b2

Environment

Additional Context