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

13 lines
201 B
SCSS
Raw Normal View History

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