remove tailwind

This commit is contained in:
2025-09-04 15:52:20 +01:00
parent f5d8a0d9d1
commit 60f17b420a
8 changed files with 1294 additions and 216 deletions

View File

@@ -34,7 +34,7 @@ export default async (app) => {
*/
app
.setUrl('http://localhost:3000')
.setProxyUrl('https://think-boats.com.local.1fp.ltd')
.setProxyUrl('https://bedrock.local.badegg.uk')
.watch(['resources/views', 'app']);
/**
@@ -73,8 +73,5 @@ export default async (app) => {
typography: {
customFontSize: false,
},
})
.useTailwindColors()
.useTailwindFontFamily()
.useTailwindFontSize();
});
};