Skip to content

Commit

Permalink
also use styles from ui pcakage
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Jan 9, 2025
1 parent 02e8534 commit 73e4071
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deployables/app/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import type { Config } from 'tailwindcss'

export default {
content: ['./app/**/{**,.client,.server}/**/*.{js,jsx,ts,tsx}'],
content: [
'./app/**/{**,.client,.server}/**/*.{js,jsx,ts,tsx}',
'../../packages/ui/**/*.tsx',
],
theme: {
extend: {
fontFamily: {
Expand Down

0 comments on commit 73e4071

Please sign in to comment.