caniuse 特性搜索
2024-04-16
除了使用本工具,你也可以直接访问 caniuse.com/ 搜索特性, 在结果页中,点击 左侧的 #
按钮后,浏览器的地址栏会自动跳转,例如:
搜索 @property
,点击 #
会跳转到 https://caniuse.com/mdn-css_at-rules_property
, 可以直接复制 mdn-css_at-rules_property
,粘贴到 markdown 文件中:
@[caniuse](mdn-css_at-rules_property)
工具
本工具用于帮助搜索 caniuse 中的特性。并生成 caniuse markdown 代码。
输出:
@[caniuse{-2,1}]()
贡献者
更新日志
2025/10/7 15:13
查看所有更新日志
4d236
-feat(theme)!: add collections support (#704)于0fd6c
-refactor(theme): improve types and flat config (#524)于fce7f
-docs: update tools docs于08a2d
-feat(theme): addchangelog
and improvecontributors
, close #319 (#329)于bf4b8
-docs: update docs于5184f
-docs: update caiuse doc于cdcad
-docs: 添加caniuse
可视化配置工具于