请教下熟悉Web Essentials的同学

keeplinker1982 2020-03-03 04:33:32
VS2013里面有个插件叫Web Essentials.他对CSS的扩展功能非常好用。


```
.aa
{
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
```

像上面这种CSS,他只写一句,他会判断兼容性,然后把相关的代码给你加上。

但换到VS2019后,虽然也有这个插件。但对CSS的扩展功能却没有了。

几年前好像看到过篇文章说是的2015版本后Web Essentials把CSS这一块的功能独立成了一个插件,但记不得名字了。

不知道哪位大哥可以解决这个问题。
...全文
28 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复
Title: SVG Essentials, 2nd Edition Author: Amelia Bellamy-Royds, J. David Eisenberg Length: 366 pages Edition: 2 Language: English Publisher: O'Reilly Media Publication Date: 2014-11-03 ISBN-10: 1449374352 ISBN-13: 9781449374358 Learn the essentials of Scalable Vector Graphics, the mark-up language used by most vector drawing programs and interactive web graphics tools. SVG Essentials takes you through SVG’s capabilities, beginning with simple line drawings and moving through complicated features such as filters, transformations, gradients, and patterns. This thoroughly updated edition includes expanded coverage of animation, interactive graphics, and scripting SVG. Interactive examples online make it easy for you to experiment with SVG features in your web browser. Geared toward experienced designers, this book also includes appendices that explain basic concepts such as XML markup and CSS styling, so even if you have no web design experience, you can start learning SVG. Create and style graphics to match your web design in a way that looks great when printed or displayed on high-resolution screens Make your charts and decorative headings accessible to search engines and assistive technologies Add artistic effects to your graphics, text, and photographs using SVG masks, filters, and transformations Animate graphics with SVG markup, or add interactivity with CSS and JavaScript Create SVG from existing vector data or XML data, using programming languages and XSLT Table of Contents Chapter 1. Getting Started Chapter 2. Using SVG in Web Pages Chapter 3. Coordinates Chapter 4. Basic Shapes Chapter 5. Document Structure Chapter 6. Transforming the Coordinate System Chapter 7. Paths Chapter 8. Patterns and Gradients Chapter 9. Text Chapter 10. Clipping and Masking Chapter 11. Filters Chapter 12. Animating SVG Chapter 13. Adding Interactivity Chapter 14. Using the SVG DOM Chapter 15. Generating SVG Appendix A. The XML You Need for SVG Appendix B. Introduction to Stylesheets Appendix C. Programming Concepts Appendix D. Matrix Algebra Appendix E. Creating Fonts Appendix F. Converting Arcs to Different Formats

7,765

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 非技术区
社区管理员
  • 非技术区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧