Daniele Luisetto

Results 141 comments of Daniele Luisetto

Can you please provide the `globals.css` and the `tailwind.config.js` file?

Are you importing the CSS file in the code?

That file must be imported, otherwise the styles won’t be applied. Do like this Create the file `pages/_app.ts`: ```typescript export default function Nextra({ Component, pageProps }) { return } ```...

You just need to remove the Type assertions from the provided code. In this case for the `Table` component the jsx code would be this: ```javascript import * as React...

The code I provided works like the Typescript version. Check your configuration, maybe you are missing something.

#759 updates this PR to latest version.

Can you provide an short example where the error occurs?

@SurajAnand88 A PR for this issue has already been submitted (#568, and it seems fine). Check the issue #588 for the problem you pointed out.

I still don't understand why not just use `bg-[#ff0000]/50`