문제

I have recently installed Emmet in my Notepad++. All the short codes are working fine. But when I tried to apply css short code in case of gradient, it is not working.

Can anyone please help me?

도움이 되었습니까?

해결책

Try this:

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

Keep in mind radial gradients are not supported yet if this is what you are trying to accomplish.

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

다른 팁

I think it's a bug in Notepad++ version. I had also reported the issue. The suggested workaround is to add CSS property abbreviation, like so

bg:lg(left, #fff 50%, #000)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top