Alpha Xek

Results 19 comments of Alpha Xek

@balazsorban44 sorry, did you mean 'change `references` to `rimraf`' or 'change `references` to `rm`'

Hi @balazsorban44 & @ijjk , Looks like `rimraf` is increasing the build time. I have built a simple custom module specifically for Next.js codebase build called `rmrec` deployed on npm,...

Hi @dimitrios-git, can you please provide the minimal code to reproduce this issue, also are you testing in iPhone Safari or Chrome?

Hi @dimitrios-git I just tested one of the `Navbar` component examples from `nextui.org` it seems to be working. Looks like your style is being overridden. Test Safari: ![image](https://github.com/nextui-org/nextui/assets/116849110/4c241164-f3ed-48a5-9c58-068005ac1d68)

Hey @dimitrios-git its great. Any idea what `prefixes` are getting added to the `element's classes` incase of Safari browser after adding `autoprefixer`? because `autoprefixer` package is already in it

Hi @dimitrios-git, are you using `ES Modules`?, in manual installation you jump to `tailwindcss` link to install it, if there you create next.js app with `create-next-app` and initialize tailwindcss, these...

HI @dimitrios-git, Yes true `create-next-app` doesn't configure `autoprefixer` in `postcss.config.mjs`

Hi @AntoineArt, are you using NextUI's Navbar component?

Hi @AntoineArt, I am unable to reproduce this issue on my end, have you added any custom styling to your card header, can you please share the minimal code to...

Hi @AntoineArt, I would suggest to have correct layout and segregated components, having correct layout and structure helps in lot of areas like debugging. Please refer this sample link: https://codesandbox.io/s/nervous-waterfall-4hmmly...