While working on improving this theme, I noticed that there are two SCSS files under assets/scss/ which do not appear to be used anywhere: home.scss and landing-page.scss
These files are neither Sass partials nor sourced by Hugo templating (resources.Get "...") so I wonder if I a PR removing these files is welcome. Having these files in the theme is just unnecessarily confusing I think.
While working on improving this theme, I noticed that there are two SCSS files under
assets/scss/
which do not appear to be used anywhere:home.scss
andlanding-page.scss
These files are neither Sass partials nor sourced by Hugo templating (
resources.Get "..."
) so I wonder if I a PR removing these files is welcome. Having these files in the theme is just unnecessarily confusing I think.