From 01c1f626d72fbb871cd891ec7b90e856aead4fb0 Mon Sep 17 00:00:00 2001 From: wongjn <11310624+wongjn@users.noreply.github.com> Date: Thu, 23 Jan 2025 16:53:38 +0000 Subject: [PATCH] Remove erroneous trailing slash --- src/docs/adding-custom-styles.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {