mirror of
https://github.com/Drop-OSS/drop-base.git
synced 2025-11-09 20:12:16 +10:00
10 lines
126 B
JavaScript
10 lines
126 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: [],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|