Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T11:39:56.000Z (5 months ago)
- Last Synced: 2024-08-03T23:02:34.543Z (3 months ago)
- Topics: clamp, css, fluid, interpolation, responsive
- Language: CSS
- Homepage: https://min-max-calculator.9elements.com
- Size: 863 KB
- Stars: 210
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
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.