Some checks failed
Automated Container Build / build-and-push (push) Failing after 12s
9 lines
128 B
Text
9 lines
128 B
Text
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|