Skip to content

Commit

Permalink
fix: add tailwind base, disable preflight
Browse files Browse the repository at this point in the history
  • Loading branch information
mimokmt committed Dec 22, 2023
1 parent 7e75a0b commit 2b77873
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/pages/_app.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { AppProvider } from '../components/AppProvider'
import { SideMenuDiv } from '../components/SideMenuDiv'
import Head from 'next/head'

import '../tailwind.css'

function MyApp({ Component, pageProps }: AppProps) {
return (
<>
Expand Down
3 changes: 3 additions & 0 deletions docs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ module.exports = {
}),
],
safelist: [{ pattern: /.*/ }],
corePlugins: {
preflight: false,
},
}

0 comments on commit 2b77873

Please sign in to comment.