Skip to content

using tailwind in shared UI components + dynamic stylesheet #10546

Answered by wongjn
squarewave24 asked this question in Help
Discussion options

You must be logged in to vote

You should be able include the files of the UI component library, i.e:

module.exports = {
  content: [
    'src/**/*.{js,html}',
    'node_modules/path/to/library/**/*.js',
  ],
  // …
};

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by squarewave24
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
Help
Labels
None yet
3 participants