Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 2 KB

README.md

File metadata and controls

43 lines (27 loc) · 2 KB

px-to-rem package

Build Status Installs! Version! License

Responsive it is.

Just a simple package that turn your selected pixels text into rem.

Installation

The px-to-rem package can be installed through Atom. Alternatively, you can use apm:

apm install px-to-rem

Settings

Settings

Conversion base value

Normally px is converted to rem using a base value of 16, but you set this value in the settings page.

Decimal places

By default the number of decimal places are limited by Atom. If you want to change this behavior, you can set the number of desired decimal places that will be displayed when converting int the settings page.

Usage

1 - Select the part of the code you want to change, for example '40px;'. And then, type Ctrl+Shift+E (Cmd+Shift+E for Mac users).

Select - Step 1 Select - Step 2

2 - Or you can select a block of text. And then, type Ctrl+Shift+E (Cmd+Shift+E for Mac users).

Select all - Step 1 Select all - Step 2

Contributing

Feel free to fork this repository and use it the way you like. If you want to propose a nice new feature, just create a pull request from you forked branch.

The full list of contributors.