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

时间:2024-06-15 00:12:25
【文件属性】:

文件名称:一个PostCSS插件,用于自动为`background-image`添加CSS规则`width`和`height`。-JavaScript开发

文件大小:23KB

文件格式:ZIP

更新时间:2024-06-15 00:12:25

JavaScript CSS

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(


【文件预览】:
postcss-background-image-auto-size-master
----.gitignore(27B)
----tsconfig.json(126B)
----README.md(736B)
----rollup.config.js(1KB)
----test()
--------app.dest.css(189B)
--------app.css(115B)
--------index.js(408B)
--------images()
----LICENSE(1KB)
----.eslintrc(581B)
----package.json(1KB)
----dist()
--------image-auto-size.es.min.js(1KB)
--------image-auto-size.es.min.js.map(106B)
--------helpers.d.ts.map(478B)
--------helpers.d.ts(586B)
--------image-auto-size.es.js(3KB)
--------index.d.ts(121B)
--------index.d.ts.map(113B)
--------image-auto-size.es.js.map(183B)
----src()
--------helpers.ts(1KB)
--------index.ts(2KB)
----types()
--------index.d.ts(175B)
----.npmignore(115B)
----yarn.lock(21KB)

网友评论