mirror of
https://github.com/iLay1678/i-tools.git
synced 2025-05-23 19:17:42 +08:00
12 lines
155 B
TypeScript
12 lines
155 B
TypeScript
|
|
import type { Config } from 'tailwindcss'
|
|
|
|
const config: Config = {
|
|
content: [],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|
|
export default config |