mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-08-01 19:18:25 -04:00
34 lines
687 B
SCSS
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 *;
|