12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [],
|
|
theme: {
|
|
colors: {
|
|
inherit: 'inherit'
|
|
},
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|