5 changed files with 13 additions and 2 deletions
@ -0,0 +1,3 @@ |
|||
module.exports = { |
|||
content: ['./src/**/*.tsx'], |
|||
}; |
|||
@ -0,0 +1,3 @@ |
|||
@tailwind base; |
|||
@tailwind components; |
|||
@tailwind utilities; |
|||
Loading…
Reference in new issue