Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](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.