mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Add test to expand dn to 'display: none' for css
This commit is contained in:
@@ -730,6 +730,10 @@ finish
|
||||
'query': "{c#dba.7$$$$}",
|
||||
'result': "{color: rgb(221, 187, 170, 0.7);}",
|
||||
},
|
||||
{
|
||||
'query': "{dn$$$$}",
|
||||
'result': "{display: none;}",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user