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

Refactor SCSS variables to use color.adjust for improved color manipulation (#2068)

* Refactor dark mode SCSS variables to use color.adjust for improved color manipulation

* Refactor dark mode SCSS variables to remove unnecessary color space parameter for cleaner code

* Update sass dependency to version 1.78.0

* Create sour-dragons-eat.md
This commit is contained in:
Paweł Kuna
2025-01-18 14:33:14 +01:00
committed by GitHub
parent 0e4bf5fc73
commit 875cafa474
6 changed files with 23 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Refactor SCSS variables to use `color.adjust` for improved color manipulation