Enable optional form fields (#193)

* Enable optional form fields

* Suffix optional text and email component labels

* Update gettext files
This commit is contained in:
Raúl R Pearson
2025-12-05 11:31:00 +00:00
committed by GitHub
parent 3b511bcc6e
commit 6dc618151a
16 changed files with 2096 additions and 464 deletions

View File

@@ -4,6 +4,11 @@
@import 'tailwindcss';
@import './theme.css' layer(theme);
@plugin "daisyui" {
themes: light --default;
include: toggle;
}
@layer base {
*,
::after,