1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-08 04:12:26 +04:00
Files
tabler/.changeset/remove-unused-scss-variables.md

564 B

@tabler/core
@tabler/core
major

Remove unused SCSS !default variables (deprecated Bootstrap leftovers such as $variable-prefix, $alert-*-scale, accordion icon/button variables, $popover-arrow-*, numbered $font-size-* / $line-height-* scales and others). Configuring any of the removed variables via @use ... with (...) now raises a Sass error — they had no effect on the compiled CSS before. The color shade ladders ($blue-100$cyan-900) and per-color maps ($blues$cyans) are kept as configurable API. Compiled CSS output is unchanged.