mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 21:31:28 +04:00
12 lines
395 B
SCSS
12 lines
395 B
SCSS
// 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';
|