Files
eminuxCRM/app/assets/tailwind/application.css
T
eminuxandCursor c4e5f289cf
CI / scan_ruby (push) Failing after 11m20s
CI / scan_js (push) Successful in 10m35s
CI / lint (push) Has been cancelled
Commit iniziale di eminuxCRM: CRM Rails con pipeline, campagne email e Docker.
Include autenticazione, progetti isolati, mail marketing HTML con SMTP, test A/B e editor WYSIWYG.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-17 23:01:48 +02:00

7 lines
308 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@import "tailwindcss";
/* :is() ha specificità reale: dark:bg-* / dark:text-* vincono sui pari light.
:where() (default v4) ha specificità 0 e, a seconda dellordine nel CSS,
le carte restano bianche mentre il testo diventa chiaro (o il contrario). */
@custom-variant dark (&:is(.dark, .dark *));