2021-12-30 22:40:57 +00:00
|
|
|
@use 'reset';
|
|
|
|
@use 'common';
|
|
|
|
|
|
|
|
// Theme definitions
|
2022-02-01 11:04:59 +00:00
|
|
|
@use 'themes/default';
|
2022-01-26 12:04:03 +00:00
|
|
|
@use 'themes/dracula';
|
2022-01-29 13:21:03 +00:00
|
|
|
@use 'themes/high-contrast';
|
2021-12-30 22:40:57 +00:00
|
|
|
@use 'themes/love';
|
2022-01-27 10:59:27 +00:00
|
|
|
@use 'themes/monokai';
|
2022-01-25 10:43:41 +00:00
|
|
|
@use 'themes/solarized';
|
2021-12-30 22:40:57 +00:00
|
|
|
|
|
|
|
// Component styling
|
2022-01-03 17:21:21 +00:00
|
|
|
@use 'components/search-bar';
|
2021-12-30 22:40:57 +00:00
|
|
|
@use 'components/shared-footer';
|
|
|
|
|
|
|
|
// Page styling
|
|
|
|
@use 'pages/home';
|
|
|
|
@use 'pages/not-found';
|
|
|
|
@use 'pages/release';
|
2022-01-15 19:31:51 +00:00
|
|
|
@use 'pages/settings';
|