mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|