min-max-calculator
min-max-calculator copied to clipboard
A tool that calculates the CSS clamp formula to interpolate between two values in a given viewport range.
A tool that calculates the CSS clamp formula to interpolate between two values in a given viewport range.
Local setup
Install dependencies
yarn install
Start server
yarn dev
Done! the server is accessible at http://localhost:3000
Deployment
yarn build
The output will be in the dist
folder.