Upgrade Tabler to v1.2 (#19355)

This commit is contained in:
Jeremy Stretch
2025-04-30 10:34:26 -04:00
committed by GitHub
parent ac3c2e2de3
commit 22e8de48fc
5 changed files with 16 additions and 23 deletions

View File

@@ -1,8 +1,9 @@
@import 'variables';
// Tabler & vendors
@import '../node_modules/@tabler/core/src/scss/_core.scss';
@import '../node_modules/@tabler/core/src/scss/vendor/tom-select';
// Tabler & Tom-Select
@import '@tabler/core/scss/core';
@import "tom-select/src/scss/tom-select.bootstrap5.scss";
@import '@tabler/core/scss/vendor/tom-select';
// Overrides of external libraries
@import 'overrides/bootstrap';