css - How to get gradient shortcut working in Notepad++ with Emmet -


i have installed emmet in notepad++. short codes working fine. when tried apply css short code in case of gradient, not working.

can please me?

try this:

lg(left,#fff 10%, #000)

keep in mind radial gradients not supported yet if trying accomplish.

http://docs.emmet.io/css-abbreviations/gradients/


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -