Skip to content

Default theme doesn't work #1077

Answered by Aleksandern
Aleksandern asked this question in Q&A
Discussion options

You must be logged in to vote

I found the problem. I have a monorepo and I use https://nx.dev.
So the content:

  content: [
    './node_modules/flowbite/**/*.js',
    './node_modules/flowbite-react/**/*.js',
  ],

must be like this:

    '../../node_modules/flowbite/**/*.js',
    '../../node_modules/flowbite-react/**/*.js',
  ],

or I may need to create a symlink node_modules in my Next project.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AlighSports
Comment options

Answer selected by Aleksandern
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1076 on October 19, 2023 13:08.