real1tyy_Prisma-Calendar/scripts/css-allowlist.json
2026-05-20 11:42:14 +02:00

11 lines
436 B
JSON

{
"$schema": "../../scripts/utils/css-allowlist.schema.json",
"externalClasses": [],
"undefinedClasses": [
{
"pattern": "mod-cancel",
"reason": "Obsidian-style modal-button modifier — relies on the default button styling, not a class Obsidian itself defines. Used as the cancel-button convention across shared-react's modal-form and plugin modals.",
"source": "src/react/modals/event/event-series-modal.tsx:24"
}
]
}