Helpdesk-ui/tailwind.config.js

10 lines
158 B
JavaScript
Raw Permalink Normal View History

2023-08-22 09:31:48 -06:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [],
}