Updated mooncore version. Fixed tailwind forms plugin layering issues. Added tags input for permissions for api keys and users

This commit is contained in:
2025-05-22 20:36:22 +02:00
parent 0520e3d7e5
commit 0152502c1b
8 changed files with 63 additions and 108 deletions

View File

@@ -6,7 +6,9 @@
@import "./exports.css";
@import "moonlight/nuget.css";
@plugin "@tailwindcss/forms";
@plugin "@tailwindcss/forms" {
strategy: "base";
}
@source "../**/*.razor";
@source "../**/*.cs";