Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Sep 12, 2024
1 parent 208f74f commit 7919d41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/pages/docs/guide/advanced/tailwind-css.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ Next step, create a CSS file for Tailwind directives, `globals.css` for example:
Then import into `pages/_app.jsx`

```jsx filename="_app.jsx"
import "../path/to/your/globals.css"
import '../path/to/your/globals.css'

export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}
```

0 comments on commit 7919d41

Please sign in to comment.