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:
File diff suppressed because one or more lines are too long
@@ -219,6 +219,9 @@ async function buildBootstrapSubset() {
|
||||
// Alerts
|
||||
/alert/,
|
||||
|
||||
// Toast
|
||||
/toast/,
|
||||
|
||||
// Badges
|
||||
/badge/,
|
||||
|
||||
|
||||
@@ -149,6 +149,9 @@ module.exports = {
|
||||
// Alerts (usado en admin)
|
||||
/alert/,
|
||||
|
||||
// Toast (consultas restantes)
|
||||
/toast/,
|
||||
|
||||
// Badges
|
||||
/badge/,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user