Font size variable gets changed to 'rem' units from 'px' units
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2022 04:44 AM
Hello All,
I have defined few CSS variables with font-size as 12px, 24px etc in my Theme. These variables are being used in my CSS files. When its applied and rendered on the portal it is being applied as 1.2rem, 2.4rem etc. How do I stop this form happening?
Thanks,
Kannan
Labels:
- Labels:
-
Service Portal
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2022 06:43 AM
As of now, I ended up converting the px to rem.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2024 04:50 AM
Would like to know if it's possible to stop this as well.