identity/identity-web/tailwind.config.js

10 lines
162 B
JavaScript
Raw Normal View History

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