QuickTick/tailwind.config.js

10 lines
158 B
JavaScript
Raw Permalink Normal View History

2023-09-29 07:01:24 +00:00
/** @type {import('tailwindcss').Config} */
export default {
2023-09-29 07:17:12 +00:00
content: ['./src/**/*.{html,js,svelte,ts}'],
2023-09-29 07:01:24 +00:00
theme: {
extend: {},
},
plugins: [],
}