登录 注册
当前位置:主页 > 资源下载 > 11 > 一个JavaScript开发的PostCSS插件,自动为`background-image`添加`width`和`height` CSS规则

一个JavaScript开发的PostCSS插件,自动为`background-image`添加`width`和`height` CSS规则

  • 更新:2024-08-22 23:51:32
  • 大小:23KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

postcss-background-image-auto-size一个PostCSS插件,可自动为背景图像添加CSS规则的宽度和高度。 入门安装$ yarn add postcss-background-image-auto-size --dev postcss-background-image-auto-size一个PostCSS插件,用于自动为背景图像添加CSS规则的宽度和高度。 入门安装$ yarn add postcss-background-image-auto-size --dev用法// postcss.config.js const autoSize = require('postcss-background-image-auto-size'); module.exports = {插件:[autoSize(),],}; 示例/ *在* / .logo之前{background-image:url('./ images / logo.png'); } / *在* / .logo {背景图像后:url(