/* Main SCSS entry point Import all partials in the correct order */ /* Basic variables and mixins */ @use 'abstracts/index' as *; @use 'themes/index' as *; /* Layout components */ @use 'components/layout/index' as *; /* Game components */ @use 'components/games/index' as *; /* Button components */ @use 'components/buttons/index' as *; /* Dialog components */ @use 'components/dialogs/index' as *; /* Page components (Overview, Settings) */ @use 'components/pages/index' as *; /* Notification components */ @use 'components/notifications/index' as *; /* Icon components */ @use 'components/icons/index' as *; /* Common components */ @use 'components/common/index' as *;