fl should be expanded float:left; in css. close #225

This commit is contained in:
mattn
2014-08-08 18:49:35 +09:00
parent 591bfc99dc
commit 55c704bc3a

View File

@@ -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;',