Make measurements dynamic based on font-size
bijankundu opened this issue · 1 comments
bijankundu commented
The UI library overrides the default font size of the HTML and body elements. This can cause conflicts with other UI libraries and disrupt the visual consistency across the application. It may also affect the readability and accessibility of the content. Since all the browsers use 16px as default font size, changing this to 10px might cause issues as it might conflict with the other UI libraries if we use it in our project. This make this library closely coupled and solely dependent for all the components.
If we change this currently, then it will be a complete overhaul of all the components, hence we can plan new version which will give an option to the devs to update their codebases.
bijankundu commented
fixed in #102