mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
fl should be expanded float:left; in css. close #225
This commit is contained in:
@@ -926,7 +926,7 @@ let s:emmet_settings = {
|
||||
\ 'l:a': 'left:auto;',
|
||||
\ 'z': 'z-index:|;',
|
||||
\ 'z:a': 'z-index:auto;',
|
||||
\ 'fl': 'float:|;',
|
||||
\ 'fl': 'float:left;',
|
||||
\ 'fl:n': 'float:none;',
|
||||
\ 'fl:l': 'float:left;',
|
||||
\ 'fl:r': 'float:right;',
|
||||
|
||||
Reference in New Issue
Block a user