Pixel to REM calculator

Use this nifty tool to convert your pixel sizes to REM units.

Your REM size is: {{ remSize }}rem
CSS snippet with your new REM size
                    
                        .your-element {
                            font-size: {{ remSize }}rem;
                        }