refactoring route names

This commit is contained in:
Per Stark
2024-12-23 10:18:25 +01:00
parent 7d75a6c3c0
commit fdfe4a05b8
7 changed files with 66 additions and 128 deletions

View File

@@ -1,7 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./templates/**/*'
'./templates/**/*',
'!./templates/email/**/*'
],
theme: {
extend: {},