22 lines
407 B
SCSS
22 lines
407 B
SCSS
@use 'reset';
|
|
@use 'common';
|
|
|
|
// Theme definitions
|
|
@use 'themes/default';
|
|
@use 'themes/dracula';
|
|
@use 'themes/gruvbox';
|
|
@use 'themes/high-contrast';
|
|
@use 'themes/love';
|
|
@use 'themes/monokai';
|
|
@use 'themes/solarized';
|
|
|
|
// Component styling
|
|
@use 'components/search-bar';
|
|
@use 'components/shared-footer';
|
|
|
|
// Page styling
|
|
@use 'pages/home';
|
|
@use 'pages/not-found';
|
|
@use 'pages/release';
|
|
@use 'pages/settings';
|