Switched build process back to Webpack

This commit is contained in:
squidfunk
2020-02-10 18:32:28 +01:00
parent 8c072448eb
commit b486d0beec
52 changed files with 818 additions and 5439 deletions

View File

@@ -97,7 +97,7 @@
<link
rel="stylesheet"
type="text/css"
href="{{ 'assets/stylesheets/app.min.css' | url }}"
href="{{ 'assets/stylesheets/app.scss' | url }}"
/>
<!-- Extra color palette -->
@@ -105,7 +105,7 @@
<link
rel="stylesheet"
type="text/css"
href="{{ 'assets/stylesheets/app-palette.min.css' | url }}"
href="{{ 'assets/stylesheets/app-palette.scss' | url }}"
/>
{% endif %}