mirror of
https://github.com/docker/genai-stack.git
synced 2024-08-30 16:49:54 +03:00
13 lines
190 B
JavaScript
13 lines
190 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: [
|
|
"./index.html",
|
|
"./src/**/*.{svelte,js,ts,jsx,tsx}",
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|