Awesome
px-to-rem package
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
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).
2 - Or you can select a block of text. And then, type Ctrl+Shift+E (Cmd+Shift+E for Mac users).
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.