mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
10 lines
140 B
JavaScript
10 lines
140 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
|
|
export default {
|
|
content: ['./index.html'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|