fix(bootstrap): Agregar clases toast al Bootstrap subset

El toast de "consultas restantes" no se mostraba porque las clases
.toast* fueron eliminadas por PurgeCSS. Agregado /toast/ al safelist.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
FrankZamora
2025-11-29 11:30:58 -06:00
parent b7ae8cac21
commit 8a9c62e17e
3 changed files with 10 additions and 4 deletions

View File

@@ -219,6 +219,9 @@ async function buildBootstrapSubset() {
// Alerts
/alert/,
// Toast
/toast/,
// Badges
/badge/,