Skip to content

Commit

Permalink
[#noissue] fix: tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
BillionaireDY committed Jul 15, 2024
1 parent b7dc7a8 commit 3298ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-frontend/src/main/v3/packages/ui/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import tailwindScrollbarHide from 'tailwind-scrollbar-hide';
/** @type {import('tailwindcss').Config} */
export default {
darkMode: ['class'],
content: ['../../apps/web/src/**/*.{ts,tsx}', './src/**/*.{ts,tsx}'],
content: ['./src/**/*.{ts,tsx}'],
safelist: ['flex-none'],
theme: {
container: {
Expand Down

0 comments on commit 3298ba1

Please sign in to comment.