2023-02-16 11:39:19 +00:00
|
|
|
/** @type {import('tailwindcss').Config} */
|
2021-01-19 17:44:55 +00:00
|
|
|
module.exports = {
|
2023-02-16 11:39:19 +00:00
|
|
|
content: [],
|
2021-01-19 17:44:55 +00:00
|
|
|
theme: {
|
|
|
|
extend: {
|
|
|
|
colors: {
|
|
|
|
inherit: 'inherit'
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
2023-02-16 11:39:19 +00:00
|
|
|
plugins: [],
|
2021-01-19 17:44:55 +00:00
|
|
|
}
|