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 install
Build everything
npm run build
Watch everything (and rebuild on changes)
npm run watch
Build everything for production (minification etc.)
npm run build:prod