9elements / min-max-calculator

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

Home Page:https://min-max-calculator.9elements.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://min-max-calculator.9elements.com

License:MIT License


Languages

Language:CSS 49.3%Language:Svelte 29.2%Language:Astro 17.3%Language:JavaScript 4.2%