文件名称:prefix-property:供应商前缀任何属性
文件大小:156KB
文件格式:ZIP
更新时间:2024-05-19 16:23:43
JavaScript
前缀属性 浏览器中的供应商前缀不固定。 简单用法: import prefix from 'prefix-property' ; // or const prefix = window . prefixProperty ; // in chrome: prefix ( 'fontFeatureSettings' ) ; // => 'WebkitFontFeatureSettings' prefix . css ( 'fontFeatureSettings' ) ; // => '-webkit-font-feature-settings' 高级用法: import { js , css , jsPrefix , cssPrefix } from 'prefix-property' ; // in chrome: js ( 'fontFeatureSettings'
【文件预览】:
prefix-property-master
----.gitignore(36B)
----test()
--------test.html(568B)
--------mocha.opts(44B)
--------utils()
--------test.compiled.js(557KB)
--------test.js(4KB)
--------data()
----.eslintrc(4KB)
----Readme.md(2KB)
----package.json(2KB)
----dist()
--------prefix-property.js(31KB)
--------prefix-property.min.js(12KB)
----src()
--------prefix-property.js(198B)
--------utils()
--------js.js(364B)
--------css.js(541B)
--------index.js(231B)
--------prefix.js(248B)
--------cssPrefix.js(114B)
--------jsPrefix.js(162B)
----.babelrc(43B)
----webpack.test.config.js(361B)
----.travis.yml(36B)
----webpack.config.js(545B)