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:
@@ -219,6 +219,9 @@ async function buildBootstrapSubset() {
|
||||
// Alerts
|
||||
/alert/,
|
||||
|
||||
// Toast
|
||||
/toast/,
|
||||
|
||||
// Badges
|
||||
/badge/,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user