mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|