Skip to content

Commit f60c27c

Browse files
authored
Remove erroneous trailing slash (#1963)
1 parent 105dbfb commit f60c27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/adding-custom-styles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ While Tailwind is designed to handle the bulk of your styling needs, there is no
210210

211211
```css
212212
/* [!code filename:CSS] */
213-
@import "tailwindcss/";
213+
@import "tailwindcss";
214214

215215
/* [!code highlight:4] */
216216
.my-custom-style {

0 commit comments

Comments
 (0)