Skip to content

chekun/px2rem-plus

 
 

Repository files navigation

px2rem+ package

Version Downloads Status Linux & OSX Status Windows Join the chat at https://gitter.im/atom-px2rem-plus/Lobby

Convert px to rem package for Atom. fork from pxrem.

Autocomplete

Convert in buffer

Convert all text or selected text. Using the shortcut ctrl-alt-r.

Settings

Sets the base pixel size of the current file. Using the shortcut ctrl-alt-p.

Comments

Support for adding comments, e.g. /* 100/75 */

Preserve leading zero

Keep the leading zero for converted values < 1. E.g. 0.5rem (preserved) vs .5rem (not preserved)

Using vw and vh

Support for using vw and vh instead of rem, using the base pixel size, but only in autocomplete.

Two-way Conversion

Support to convert rem to px, using the base pixel size, but only in autocomplete.

Demo

About

Convert px to rem package for Atom.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.7%
  • CSS 3.3%