Skip to content

Commit

Permalink
only scan tsx and jsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
sawka committed Feb 4, 2025
1 parent 1176fc0 commit ff3c47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/tailwindsetup.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@source './**/*.{js,ts,jsx,tsx,scss,css}';
@source './../.storybook/**/*.{js,ts,jsx,tsx,scss,css}';
@source './**/*.{jsx,tsx}';
@source './../.storybook/**/*.{jsx,tsx}';

@theme {
--color-background: #000000;
Expand Down

0 comments on commit ff3c47b

Please sign in to comment.