Skip to content

Commit

Permalink
fix(playground): add react-ui-lib to tw scan path
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Jun 17, 2024
1 parent 4160692 commit 282ea81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./**/*.{html,js,tsx,ts}'],
content: ['./**/*.{html,js,tsx,ts}', '../react-ui-lib/src/**/*.{html,js,tsx,ts}'],
darkMode: ['class'],
theme: {
container: {
Expand Down

0 comments on commit 282ea81

Please sign in to comment.