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

20 lines
361 B
SCSS

@use 'reset';
@use 'common';
// Theme definitions
@use 'themes/dracula';
@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';