1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/eslint-plugin-tailwindcss/tailwind.config.js

9 lines
126 B
JavaScript
Raw Normal View History

2024-03-13 14:30:20 +09:00
/** @type {import('tailwindcss').Config} */
export default {
content: [],
theme: {
extend: {},
},
plugins: [],
};