https://github.com/9elements/min-max-calculator
A tool that calculates the CSS clamp formula to interpolate between two values in a given viewport range.
https://github.com/9elements/min-max-calculator
clamp css fluid interpolation responsive
Last synced: about 1 year ago
JSON representation
A tool that calculates the CSS clamp formula to interpolate between two values in a given viewport range.
- Host: GitHub
- URL: https://github.com/9elements/min-max-calculator
- Owner: 9elements
- License: mit
- Created: 2022-05-02T14:57:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T13:40:12.000Z (about 1 year ago)
- Last Synced: 2025-04-03T02:54:30.597Z (about 1 year ago)
- Topics: clamp, css, fluid, interpolation, responsive
- Language: CSS
- Homepage: https://min-max-calculator.9elements.com
- Size: 915 KB
- Stars: 226
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
A tool that calculates the CSS clamp formula to interpolate between two values in a given viewport range.
> Made with [Astro](https://astro.build), [Svelte](https://svelte.dev) and [PostCSS](https://postcss.org).
## Local setup
### Install dependencies
```sh
yarn install
```
### Start server
```sh
yarn dev
```
> Done! the server is accessible at http://localhost:4321
## Deployment
```sh
yarn build
```
The output will be in the `dist` folder.