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