forked from VimPlug/emmet-vim
Keep 0, no adding px unit when expanding b0
This commit is contained in:
@@ -43,6 +43,8 @@ function! zencoding#lang#css#parseIntoTree(abbr, type)
|
||||
let value .= v . 'em'
|
||||
elseif v == 'auto'
|
||||
let value .= v
|
||||
elseif v == '0'
|
||||
let value .= '0'
|
||||
else
|
||||
let value .= v . 'px'
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user