https://github.com/favorodera/unixcss
A handy tool to seamlessly convert between various CSS units like pixels (px), ems (em), rems (rem), and percentages (%) for easier and more maintainable styles.
https://github.com/favorodera/unixcss
csstools html javascript reactjs sass scss typescript typescript-react unixcss
Last synced: 3 months ago
JSON representation
A handy tool to seamlessly convert between various CSS units like pixels (px), ems (em), rems (rem), and percentages (%) for easier and more maintainable styles.
- Host: GitHub
- URL: https://github.com/favorodera/unixcss
- Owner: favorodera
- License: mit
- Created: 2024-06-09T13:48:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T17:02:12.000Z (11 months ago)
- Last Synced: 2025-01-21T06:26:29.024Z (4 months ago)
- Topics: csstools, html, javascript, reactjs, sass, scss, typescript, typescript-react, unixcss
- Language: TypeScript
- Homepage: https://unixcss.vercel.app
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unix Css: A Css Units Conversion Tool.
Unix Css simplifies your workflow by allowing you to convert values between various CSS unit types. Whether you're working on a new project or refactoring existing code, this tool helps you maintain consistency and clarity in your stylesheets.
######
## Features:
* Supports common CSS units like px, rem, em, and %.
* User-friendly interface for quick and easy conversions.
* Lightweight and efficient code.
* Easy copying of values with units... Just Click and Paste!
* Configure base font-size.
######
## Benefits:
* Improves development efficiency.
* Reduces errors in unit conversions.
* Promotes consistent and maintainable CSS code.
######
## Open to Contribution? YES.
######
## To Run Locally
```bash
git clone https://github.com/favorodera/unixCss
```
```bash
cd unixCss
```
```bash
pnpm install
```
```bash
pnpm dev
```
###