Use the CSS Unit Converter to convert values between almost every CSS <length> unit.
Check it out in action at https://jwilsson.com/unit-converter/.
Make sure Node.js is installed.
Install all dependencies
npm installBuild everything
npm run buildWatch everything (and rebuild on changes)
npm run watchBuild everything for production (minification etc.)
npm run build:prod