-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
I don't really know why the previous issues #800 and #968 got closed without a real response.
There are as much valid use cases for using rem
as there are for using px
.
Lets take the simple example of a website builder which has two seperate user interfaces. One that includes all the App Components designed using Tailwind, and another which includes the user generated content. If I would like to scale up or down only the user generated content area of the UI by modifying the font-size: 16px
property on the body element, it only works if the rest of the user interface has a fixed sizes using px
instead of rem
. If everything uses rem
I can't change the size of things independently of each other.
stuyam, ToPeas, conoremclaughlin, bluenote10, FlorianCassayre and 23 moresimonj and conoremclaughlin
Metadata
Metadata
Assignees
Labels
No labels