Skip to content

vim-scripts/prefixer.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

Usage

  • 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 last Prefixer Prefixer1 Prefixer1a or Prefixer2 Prefixer2a command.

:Prefixer uses Prefixer.
:Prefixer1 and :Prefixer1a use Prefixr.
:Prefixer2 and :Prefixer2a use PrefixMyCSS.

Related plugins:

  • 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.

About

Add browser prefixes to CSS3 properties.

Resources

Stars

Watchers

Forks

Packages

No packages published