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

View File

@@ -23,7 +23,6 @@
"@roots/bud-postcss", "@roots/bud-postcss",
"@roots/bud-preset-recommend", "@roots/bud-preset-recommend",
"@roots/bud-preset-wordpress", "@roots/bud-preset-wordpress",
"@roots/bud-tailwindcss",
"@roots/bud-wordpress-theme-json", "@roots/bud-wordpress-theme-json",
"@roots/sage" "@roots/sage"
] ]

View File

@@ -20,8 +20,9 @@
}, },
"devDependencies": { "devDependencies": {
"@roots/bud": "6.20.0", "@roots/bud": "6.20.0",
"@roots/bud-tailwindcss": "6.20.0",
"@roots/sage": "6.20.0" "@roots/sage": "6.20.0"
}, },
"dependencies": {} "dependencies": {
"@roots/bud-sass": "^6.24.0"
}
} }

View File

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

View File

@@ -1,12 +0,0 @@
/** @type {import('tailwindcss').Config} config */
const config = {
content: ['./app/**/*.php', './resources/**/*.{php,vue,js}'],
theme: {
extend: {
colors: {}, // Extend Tailwind's default colors
},
},
plugins: [],
};
export default config;

File diff suppressed because it is too large Load Diff