update & postcsssrc fix

This commit is contained in:
Andreas Knuth 2025-02-26 14:43:26 +01:00
parent 3038098cf5
commit 40814cfd2a
5 changed files with 767 additions and 214 deletions

View File

@ -1,5 +1,10 @@
{ {
"plugins": { "plugins": {
"@tailwindcss/postcss": {} "@tailwindcss/postcss": {
"optimize": {
"minify": true
} }
} }
}
}

926
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,31 +10,31 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^19.1.0", "@angular/animations": "^19.1.7",
"@angular/common": "^19.1.0", "@angular/common": "^19.1.7",
"@angular/compiler": "^19.1.0", "@angular/compiler": "^19.1.7",
"@angular/core": "^19.1.0", "@angular/core": "^19.1.7",
"@angular/forms": "^19.1.0", "@angular/forms": "^19.1.7",
"@angular/platform-browser": "^19.1.0", "@angular/platform-browser": "^19.1.7",
"@angular/platform-browser-dynamic": "^19.1.0", "@angular/platform-browser-dynamic": "^19.1.7",
"@angular/router": "^19.1.0", "@angular/router": "^19.1.7",
"@tailwindcss/postcss": "^4.0.6", "@tailwindcss/postcss": "^4.0.9",
"aos": "^2.3.4", "aos": "^2.3.4",
"rxjs": "~7.8.0", "rxjs": "~7.8.2",
"tslib": "^2.3.0", "tslib": "^2.8.1",
"zone.js": "~0.15.0" "zone.js": "~0.15.0"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^19.1.7", "@angular-devkit/build-angular": "^19.1.8",
"@angular/cli": "^19.1.7", "@angular/cli": "^19.1.8",
"@angular/compiler-cli": "^19.1.0", "@angular/compiler-cli": "^19.1.7",
"@types/jasmine": "~5.1.0", "@types/jasmine": "~5.1.7",
"jasmine-core": "~5.5.0", "jasmine-core": "~5.6.0",
"karma": "~6.4.0", "karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0", "karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0", "karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0", "karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0", "karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.7.2" "typescript": "~5.7.3"
} }
} }

View File

@ -0,0 +1 @@
space-x-6

View File

@ -2,7 +2,12 @@
button { button {
cursor: pointer; cursor: pointer;
} }
// Manuelle Definition der spacing-Utilities
/* .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
} */
/* src/styles.css */ /* src/styles.css */
/* Tooltip Container */ /* Tooltip Container */