You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Make everyting more easy updateable and dusk also 🆙
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"postcss-import": "^16.1.1",
|
||||
"prettier": "^3.0.0",
|
||||
"sass-loader": "^16.0.6",
|
||||
"tailwindcss": "^3.1.6",
|
||||
"tailwindcss": "3.1.6",
|
||||
"turbolinks": "^5.2.0",
|
||||
"vite": "^7.3.1"
|
||||
},
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
"src": "public/assets/images/profile/profile-bg.png"
|
||||
},
|
||||
"resources/css/global.scss": {
|
||||
"file": "assets/global-rY0MSsNV.css",
|
||||
"file": "assets/global-drNaDtTd.css",
|
||||
"src": "resources/css/global.scss",
|
||||
"isEntry": true,
|
||||
"name": "global",
|
||||
@@ -122,7 +122,7 @@
|
||||
]
|
||||
},
|
||||
"resources/themes/atom/css/app.scss": {
|
||||
"file": "assets/app-ehGpKKYI.css",
|
||||
"file": "assets/app-B8TlgM6_.css",
|
||||
"src": "resources/themes/atom/css/app.scss",
|
||||
"isEntry": true,
|
||||
"name": "app",
|
||||
|
||||
@@ -40,7 +40,7 @@ export default defineConfig({
|
||||
postcssImport(),
|
||||
tailwindcssNesting(postcssNesting()),
|
||||
tailwindcss({
|
||||
config: path.resolve(__dirname, "tailwind.config.js"),
|
||||
config: path.resolve(__dirname, "tailwind.config.cjs"),
|
||||
}),
|
||||
autoprefixer(),
|
||||
],
|
||||
|
||||
@@ -35,7 +35,7 @@ export default defineConfig({
|
||||
postcss: {
|
||||
plugins: [
|
||||
tailwindcss({
|
||||
config: path.resolve(__dirname, "tailwind.config.js"),
|
||||
config: path.resolve(__dirname, "tailwind.config.cjs"),
|
||||
}),
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user