mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-28 21:16:52 +08:00
Add test for RGBa syntax
This commit is contained in:
@@ -701,6 +701,14 @@ finish
|
||||
'query': "{borle$$$$}",
|
||||
'result': "{border-left: $$$$;}",
|
||||
},
|
||||
{
|
||||
'query': "{c#dba$$$$}",
|
||||
'result': "{color: rgb(221, 187, 170);}",
|
||||
},
|
||||
{
|
||||
'query': "{c#dba.7$$$$}",
|
||||
'result': "{color: rgb(221, 187, 170, 0.7);}",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user