// Central hub of Tabler's Sass module graph. // // Forwards are ordered leaves-first (dependency order) so that a future // `@use 'config' with (...)` configures each module on its first load. // None of these modules emit CSS, so the order has no effect on output. @forward 'settings'; @forward 'variables'; @forward 'variables-dark'; @forward 'maps'; @forward 'mixins'; @forward 'utilities';