mirror of
https://github.com/tabler/tabler.git
synced 2026-08-06 19:32:22 +04:00
4ef2bae0a3
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.
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