first commit
This commit is contained in:
commit
405df0a122
3083 changed files with 69203 additions and 0 deletions
21
tailwind.config.js.deprecated
Normal file
21
tailwind.config.js.deprecated
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/**
|
||||
* DEPRECATED: Diese Datei wird nicht mehr verwendet!
|
||||
*
|
||||
* Verwende stattdessen:
|
||||
* - tailwind.portal.config.js für Backend (Portal mit FluxUI)
|
||||
* - tailwind.web.config.js für Frontend (Presseecho & Businessportal24)
|
||||
*
|
||||
* Diese Datei bleibt nur als Referenz erhalten.
|
||||
*/
|
||||
const defaultTheme = require("tailwindcss/defaultTheme");
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
"./resources/views/**/*.blade.php",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue