teacherstrange / 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:3000

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.7%Language:Svelte 29.1%Language:Astro 17.2%Language:JavaScript 4.0%