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

Migrate SASS to module API (#2477)

This commit is contained in:
Paweł Kuna
2025-09-12 17:48:31 +02:00
committed by GitHub
parent 212d560a87
commit 736e60408b
21 changed files with 392 additions and 45 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Updated deprecated global functions (`map-merge`, `str-slice`, `percentage`, etc.) with their module-based equivalents (`map.merge`, `string.slice`, `math.percentage`, etc.).