mirror of
https://github.com/BillyOutlast/drop-base.git
synced 2026-07-01 06:41:50 -04:00
10 lines
126 B
JavaScript
10 lines
126 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: [],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|