mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-08 05:03:49 -05:00
12 lines
154 B
JavaScript
12 lines
154 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [
|
|
"theme.config.jsx"
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|