jankboard/splash-screen/tailwind.config.js

9 lines
157 B
JavaScript
Raw Normal View History

2024-03-10 23:35:27 -07:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [],
}