Skip to content

Commit

Permalink
fix: remove unused highlight keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-hai committed May 15, 2024
1 parent fec76a3 commit 9e953df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/docs/guide/advanced/tailwind-css.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ module.exports = {

Next step, create a CSS file for Tailwind directives, `globals.css` for example:

```css filename="globals.css" /md,mdx/
```css filename="globals.css"
@tailwind base;
@tailwind components;
@tailwind utilities;
```

Then import into `pages/_app.{jsx,tsx}`

```tsx filename="_app.tsx" /md,mdx/
```tsx filename="_app.tsx"
import React from "react"

import "../path/to/your/globals.css"
Expand Down

0 comments on commit 9e953df

Please sign in to comment.