Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 539 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 539 Bytes

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.