diff --git a/src/docs/adding-custom-styles.mdx b/src/docs/adding-custom-styles.mdx index 765d2e58b8..25ef334329 100644 --- a/src/docs/adding-custom-styles.mdx +++ b/src/docs/adding-custom-styles.mdx @@ -210,7 +210,7 @@ While Tailwind is designed to handle the bulk of your styling needs, there is no ```css /* [!code filename:CSS] */ -@import "tailwindcss/"; +@import "tailwindcss"; /* [!code highlight:4] */ .my-custom-style {