hugo-theme-zzo/assets/sass/themes/_theme.scss

11 lines
164 B
SCSS
Raw Normal View History

2019-11-04 13:09:44 +00:00
@import 'dark';
@import 'light';
@import 'hacker';
@import 'solarized';
$themes: (
dark: $dark,
light: $light,
hacker: $hacker,
solarized: $solarized,
);