Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Work on less compilation shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hodgson committed Mar 14, 2019
1 parent 1b6ec60 commit e3cb835
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@ augroup END
augroup css
autocmd!
"binds this in class
autocmd FileType less nnoremap <leader>cc :w! \| !lessc --clean-css --source-map --autoprefix="last 3 versions, ie >= 11" styles.less styles.min.css<CR><CR>
autocmd FileType less nnoremap <leader>cl :w! \| !compiler styles.less<CR><CR>
autocmd FileType less nnoremap <leader>cL :w! \| !compiler styles.less<CR>
augroup END

" Add Html maps, Currently only pandoc conversion {{{2
Expand Down

0 comments on commit e3cb835

Please sign in to comment.