mirror of
https://github.com/notherealmarco/vue-quic-test.git
synced 2025-05-04 20:18:39 +02:00
9 lines
176 B
JavaScript
9 lines
176 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|