Files
creamlinux-installer/src/styles/main.scss
T
Tickbase f767d4d99e styling
2026-07-11 12:09:40 +02:00

34 lines
687 B
SCSS

/*
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 *;