mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-26 11:38:15 +08:00
17 lines
644 B
Markdown
17 lines
644 B
Markdown
---
|
|
url: /en/tools/caniuse/index.md
|
|
---
|
|
In addition to using this tool, you can also directly visit [caniuse.com/](https://caniuse.com/) to search for features.
|
|
On the results page, click the `#` button on the left, and the browser's address bar will update automatically. For example:
|
|
|
|
Search for `@property`, click `#`, and it will navigate to `https://caniuse.com/mdn-css_at-rules_property`.
|
|
You can directly copy `mdn-css_at-rules_property` and paste it into your markdown file:
|
|
|
|
```md
|
|
@[caniuse](mdn-css_at-rules_property)
|
|
```
|
|
|
|
## Tool
|
|
|
|
This tool helps search for features in caniuse and generates the corresponding caniuse markdown code.
|