Skip to content

Commit 3a5b3ac

Browse files
committed
Updated suggested mapping comment
1 parent d6a3b48 commit 3a5b3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Vim command:
5656
## Suggested Configuration
5757

5858
```VIML
59-
"mnemonic: 'beatify css'
59+
" Map bc to run CSScomb. bc stands for beautify css
6060
autocmd FileType css noremap <buffer> <leader>bc :CSScomb<CR>
6161
" Automatically comb your CSS on save
6262
autocmd BufWritePre,FileWritePre *.css,*.scss,*.sass silent! :CSScomb<CR>

0 commit comments

Comments
 (0)