chore: remove unused files

This commit is contained in:
typicode
2024-01-26 17:29:27 +01:00
parent ae82c360d4
commit e58a6ac499
2 changed files with 0 additions and 11 deletions

View File

@ -1,8 +0,0 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./views/**/*.{html,js}'],
theme: {
extend: {},
},
plugins: [require('@tailwindcss/typography')],
}

View File

@ -1,3 +0,0 @@
@tailwind base;
@tailwind components;
@tailwind utilities;