Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/css-calc
Unit conversion tool
https://github.com/malcodeman/css-calc
conversion-utility
Last synced: 21 days ago
JSON representation
Unit conversion tool
- Host: GitHub
- URL: https://github.com/malcodeman/css-calc
- Owner: malcodeman
- License: mit
- Created: 2020-07-14T18:45:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T12:31:11.000Z (10 months ago)
- Last Synced: 2024-02-24T13:42:08.107Z (10 months ago)
- Topics: conversion-utility
- Language: TypeScript
- Homepage: https://csscalc.surge.sh
- Size: 450 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [CSS calc](https://csscalc.surge.sh/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/css-calc/blob/master/LICENSE)Simple unit conversion tool.
![Screenshot](readme/screenshot.png)
## Getting started
```
git clone https://github.com/malcodeman/css-calc.git
cd css-calc
yarn install && yarn start
```## License
[MIT](./LICENSE)