https://github.com/christopheralphonse/pixel2em
For quick CSS conversion, convert pixels to em. You can download files or just copy & paste them into your IDE.
https://github.com/christopheralphonse/pixel2em
javascript pwa reatctjs swc typescript vite volta
Last synced: 9 months ago
JSON representation
For quick CSS conversion, convert pixels to em. You can download files or just copy & paste them into your IDE.
- Host: GitHub
- URL: https://github.com/christopheralphonse/pixel2em
- Owner: ChristopherAlphonse
- Created: 2023-04-07T14:38:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T04:52:45.000Z (over 1 year ago)
- Last Synced: 2025-03-30T16:05:51.389Z (about 1 year ago)
- Topics: javascript, pwa, reatctjs, swc, typescript, vite, volta
- Language: TypeScript
- Homepage: https://css-converter.vercel.app
- Size: 933 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixel2em
Pixel2em is a simple tool that converts pixel values to em values. This project is built with HTML, CSS, and JavaScript, utilizing PNPM as a package manager.
## Technologies Used
- HTML
- CSS
- JavaScript
- PNPM
- TypeScript
- Vite
- Tailwind
- and more...
# Desktop Pre-view

## Getting Started
To get started with this project, clone the repository and run the following commands:
```bash
pnpm install
pnpm dev
```
This will start the development server and open the application in your default browser.
# Building for Production
To build the project for production, run the following command:
```bash
pnpm build
```
This will build the project and output the files in the dist directory.