Struggling to find a way to swiftly convert px
to em
through inline calculation while using WebStorm 11 IDE on Mac OSX 10.11.3.
For instance, in a css file:
mb24/16
In Sublime Text 3 with Emmet, you can simply press Command + Shift + Y to automatically calculate the inline conversion:
mb24/16
is transformed into mb1.5
I've been attempting to replicate this functionality in WebStorm without success. Any insights would be greatly appreciated!