Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近在我的 Notepad++ 中安装了 Emmet。所有短代码都工作正常。但是当我尝试在渐变的情况下应用 css 短代码时,它不起作用。
谁能帮帮我吗?
尝试这个:
lg(left,#fff 10%, #000)
请记住,如果这是您要实现的目标,则尚不支持径向渐变。
http://docs.emmet.io/css-abbreviations/gradients/
我认为这是 Notepad++ 版本中的一个错误。我也报告了这个问题。建议的解决方法是添加 CSS 属性缩写,像这样
bg:lg(left, #fff 50%, #000)