mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 13:53:43 -04:00
Switched build process back to Webpack
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user