Skip to content

Commit

Permalink
Improved inlining of SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 29, 2020
1 parent 32d9862 commit 0d4d5c5
Show file tree
Hide file tree
Showing 11 changed files with 365 additions and 63 deletions.
4 changes: 2 additions & 2 deletions material/assets/manifest.json
Expand Up @@ -5,8 +5,8 @@
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.8caa27b7.min.js.map",
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.37585f48.min.js",
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.37585f48.min.js.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.6701e663.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.6701e663.min.css.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.d5ade484.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.d5ade484.min.css.map",
"assets/stylesheets/palette.css": "assets/stylesheets/palette.85bb4ebe.min.css",
"assets/stylesheets/palette.css.map": "assets/stylesheets/palette.85bb4ebe.min.css.map"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/base.html
Expand Up @@ -41,7 +41,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6701e663.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.d5ade484.min.css' | url }}">
{% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.85bb4ebe.min.css' | url }}">
{% endif %}
Expand Down

0 comments on commit 0d4d5c5

Please sign in to comment.