mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 14:56:36 +00:00
chore(tailwind): include lib directory in content paths
This commit is contained in:
parent
a81be5c0f9
commit
31441aed89
@ -6,6 +6,7 @@ export default {
|
|||||||
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
|
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||||
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
|
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
|
||||||
"./src/hooks/**/*.{js,ts,jsx,tsx,mdx}",
|
"./src/hooks/**/*.{js,ts,jsx,tsx,mdx}",
|
||||||
|
"./src/lib/**/*.{js,ts,jsx,tsx,mdx}",
|
||||||
],
|
],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
|
Loading…
Reference in New Issue
Block a user