Plugin "PX-REM Converter" for CudaText.
Convert PX to REM and REM to PX

Description:
This little nugget works as a toggle.
You select the text and call the function and bam!
12px becomes 0.75rem
3.2rem becomes 51.2px
-200px becomes -12.5rem [negatives are welcome]
.2771rem becomes 4.4336px [leading 0 (zero) not a must]

Notes:
Calculations are rounded to 4 digits after the decimal point.
You can use PX instead of px and REM instead of rem, case does not matter.
0px translates to 0.0rem [no div by 0 errors]
0rem translates to 0.0px [see above]

Impressum:
Author: nmsalinas
Site: www.nevermindhttp.com
