# px2rem
**Repository Path**: IanLew/px2rem
## Basic Information
- **Project Name**: px2rem
- **Description**: Px2rem support to Brackets, convert px to rem or rem to px.
- **Primary Language**: NodeJS
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 93
- **Forks**: 0
- **Created**: 2018-05-07
- **Last Updated**: 2025-09-02
## Categories & Tags
**Categories**: utils
**Tags**: None
## README
# Px2rem
Px2rem is a extension for Brackets.
## Setting
The root size is `10px`, set root size Ctrl+:.
## Using
When the cursor is on the value, press Shift+Tab.
## Custom
If you don't like the shortcut, you can reset it.
Debug -> Open Your Key Map -> Add your convert key in `overrides`, such as:
```json
{
"overrides": {
"": "me.convert.pxrem"
}
}
```
That's my keymap.json:
```json
{
"overrides": {
"`": "me.convert.pxrem"
}
}
```