Requires Vim 7.3+ and cURL.
For Windows users without cURL, download the binaries from curl.haxx.se and put it in your system's PATH or in the same directory as gvim.exe.
- Select some CSS code in visual mode then type either
:Prefixer
,:Prefixer1
or:Prefixer2
. - Without selecting anything, in normal mode type
:Prefixer
:Prefixer1a
or:Prefixer2a
to process entire file; or:Prefixer1
to process current line. - When using
:Prefixer
or:Prefixer2
in visual mode you must select entire code blocks i.e. from{
to}
. - If you have repeat.vim installed, you can use
.
to repeat lastPrefixer
Prefixer1
Prefixer1a
orPrefixer2
Prefixer2a
command.
:Prefixer
uses Prefixer.
:Prefixer1
and :Prefixer1a
use Prefixr.
:Prefixer2
and :Prefixer2a
use PrefixMyCSS.
- prefixer.vim » Add vendor prefixes to CSS3 properties.
- html_emogrifier.vim » Convert HTML page with linked CSS to HTML email with inline CSS.
- cssbaseline.vim » Build a CSS baseline (empty code blocks) from HTML code.