1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-06 19:32:22 +04:00
Files
codecalm 4ef2bae0a3 Fix invalid Sass if() syntax breaking the core build
The syntax `if(sass(cond): a; else: b)` is not valid Sass — it broke
compilation of core/scss entirely. Restored the correct
`if(cond, a, b)` call form across all 22 affected files.
2026-07-31 00:28:23 +02:00
..

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation