mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 17:59:13 +00:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: [
|
|
"./index.html",
|
|
"./src/**/*.{svelte,js,ts,jsx,tsx}",
|
|
],
|
|
plugins: [],
|
|
}
|