mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 13:58:08 +00:00
8 lines
126 B
JavaScript
8 lines
126 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: [],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|