chore: remove Svelte

This commit is contained in:
Stefan Imhoff
2023-05-05 07:43:08 +02:00
parent 5bfe06dc4b
commit d6e3edfb34
8 changed files with 30 additions and 196 deletions

View File

@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,ts,tsx,vue}'],
darkMode: 'class',
theme: {
extend: {