make stuff actually work

This commit is contained in:
2023-08-23 01:13:11 +05:30
parent 90d6b750c3
commit bbf88c314c
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/{*.{html,ts,js,svelte}'],
content: ['./src/**/*.{html,ts,js,svelte}'],
theme: {
extend: {},
},