Skip to content

Commit

Permalink
tailwind config references its own components when included as a pres…
Browse files Browse the repository at this point in the history
…et in another project
  • Loading branch information
corbanbrook committed Jan 17, 2025
1 parent 141466b commit 2ef0d28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{ts,tsx}'],
content: [
'./src/**/*.{js,ts,jsx,tsx}',
'./node_modules/@0xsequence/design-system/src/**/*.{js,ts,jsx,tsx}',
],
future: {
respectDefaultRingColorOpacity: true,
},
Expand Down

0 comments on commit 2ef0d28

Please sign in to comment.