您好,欢迎光临本网站![请登录][注册会员]  
文件名称: postcss-write-svg:直接在CSS中编写SVG-源码
  所属分类: 其它
  开发工具:
  文件大小: 14kb
  下载次数: 0
  上传时间: 2021-02-28
  提 供 者: weixin_********
 详细说明:写SVG 可让您直接在CSS中 。 /* before */ svg square { rect { fill : var ( --color , black); width : var ( --size ); height : var ( --size ); } } . example { background : svg (square param ( --color green) param ( --size 100 % )) center / cover; } /* after */ . example { background : url ( "data:image/svg+xml;charset=utf-8,