mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
@@ -1553,11 +1553,13 @@ let s:zen_settings = {
|
|||||||
\ 'bdls': 'border-left-style:|;',
|
\ 'bdls': 'border-left-style:|;',
|
||||||
\ 'bdls:n': 'border-left-style:none;',
|
\ 'bdls:n': 'border-left-style:none;',
|
||||||
\ 'bdlc': 'border-left-color:#000;',
|
\ 'bdlc': 'border-left-color:#000;',
|
||||||
\ 'bdrus': 'border-radius:|;',
|
\ 'bdrz': 'border-radius:|;',
|
||||||
\ 'bdtrrs': 'border-top-right-radius:|;',
|
\ 'bdtrrz': 'border-top-right-radius:|;',
|
||||||
\ 'bdtlrs': 'border-top-left-radius:|;',
|
\ 'bdtlrz': 'border-top-left-radius:|;',
|
||||||
\ 'bdbrrs': 'border-bottom-right-radius:|;',
|
\ 'bdbrrz': 'border-bottom-right-radius:|;',
|
||||||
\ 'bdblrs': 'border-bottom-left-radius:|;',
|
\ 'bdblrz': 'border-bottom-left-radius:|;',
|
||||||
|
\ 'bdrz:w': '-webkit-border-radius:|;',
|
||||||
|
\ 'bdrz:m': '-moz-border-radius:|;',
|
||||||
\ 'bg': 'background:|;',
|
\ 'bg': 'background:|;',
|
||||||
\ 'bg+': 'background:#FFF url(|) 0 0 no-repeat;',
|
\ 'bg+': 'background:#FFF url(|) 0 0 no-repeat;',
|
||||||
\ 'bg:n': 'background:none;',
|
\ 'bg:n': 'background:none;',
|
||||||
|
|||||||
Reference in New Issue
Block a user