受规则支持:对CSS规则的功能测试支持 源码
isAtRuleSupported 对CSS规则的功能测试支持 安装 下载 版或版,或通过NPM安装: npm install @ryanmorr/is-at-rule-supported 用法 要使用该方法,只需提供一个CSS规则字符串: import isAtRuleSupported from '@ryanmorr/is-at-rule-supported' ; // Check if the @keyframes rule supported isAtRuleSupported ( '@keyframes' ) ; // Check if the @supports rule s
文件列表
is-at-rule-supported-master.zip
(预估有个17文件)
is-at-rule-supported-master
UNLICENSE
1KB
gulpfile.babel.js
3KB
.eslintrc
16KB
.gitattributes
12B
src
is-at-rule-supported.js
501B
.babelrc
84B
.travis.yml
396B
test
暂无评论