diff --git a/docs/docs-roadmap/style-guide.md b/docs/docs-roadmap/style-guide.md index 53addb1de27..b3bde792e12 100644 --- a/docs/docs-roadmap/style-guide.md +++ b/docs/docs-roadmap/style-guide.md @@ -253,27 +253,3 @@ This is a caution This is a warning ::: - -## Tabs - -```txt -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; -``` - -Note how we import tabs first, then use them as below: - -```txt - - This is an apple 🍎 - This is an orange 🍊 - This is a banana 🍌 - -```