Skip to content

9elements/min-max-calculator

Repository files navigation

Min-Max-Value Interpolation

A tool that calculates the CSS clamp formula to interpolate between two values in a given viewport range.

Made with Astro, Svelte and PostCSS.

Local setup

Install dependencies

yarn install

Start server

yarn dev

Done! the server is accessible at http://localhost:4321

Deployment

yarn build

The output will be in the dist folder.