my-portfolio/tailwind.config.js

10 lines
162 B
JavaScript
Raw Normal View History

2024-04-05 18:42:45 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [],
}