Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/adding-custom-styles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down