forked from VimPlug/emmet-vim
add test for bg+
This commit is contained in:
@@ -435,6 +435,12 @@ finish
|
|||||||
'type': "css",
|
'type': "css",
|
||||||
'result': "float: left;",
|
'result': "float: left;",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'name': "bg+",
|
||||||
|
'query': "bg+",
|
||||||
|
'type': "css",
|
||||||
|
'result': "background:#FFF url() 0 0 no-repeat;",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user