fix tailwind search path

This commit is contained in:
efim 2023-04-23 18:07:00 +04:00
parent fe4fe8a51d
commit 1f7fdfb387
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ export default {
content: [
"./index.html",
"./main.js",
"./src/**/*.{js,ts,jsx,tsx,scala}",
"./frontend/src/**/*.{js,ts,jsx,tsx,scala}",
],
theme: {
extend: {},