1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix: refactor Bootstrap exports for consistency (#2545)

This commit is contained in:
Paweł Kuna
2025-11-26 19:31:11 +01:00
committed by GitHub
parent 41ed22a128
commit 059bae1cf6
3 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Refactored Bootstrap exports to use single source of truth in `bootstrap.js` and removed duplicate exports from `tabler.js` for better maintainability.