1
Fork 0
href-plus/source/scss/style.scss

20 lines
361 B
SCSS
Raw Normal View History

2021-12-30 22:40:57 +00:00
@use 'reset';
@use 'common';
// Theme definitions
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';
@use 'pages/settings';