Move --tblr- custom-property prefixing from Sass to PostCSS (#2795)

Co-authored-by: codecalm <codecalm@gmail.com>
This commit is contained in:
Bartosz-Do
2026-08-05 23:48:56 +02:00
committed by GitHub
co-authored by codecalm
parent 1effe221cb
commit cad8eb8c91
134 changed files with 3052 additions and 2855 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ Do not edit `dist/` folders - they are generated by the build.
## Code style
- Use Bootstrap 5 conventions and Tabler's CSS custom properties pattern: `--#{$prefix}component-property`.
- Use Bootstrap 5 conventions and Tabler's CSS custom properties pattern: `--component-property`. Write custom properties without a prefix — the build adds the public `--tblr-` prefix. Names owned by a third-party library you are theming must be listed in `cssVarIgnore` in `.build/css-var-prefix.ts` so they stay untouched.
- Write documentation in simple English: short sentences, common words, direct instructions.
- Ensure changes work in all supported browsers (see the [browser support docs](https://docs.tabler.io/ui/getting-started/browser-support/)).