diff options
| author | 2023-12-15 01:24:12 +0000 | |
|---|---|---|
| committer | 2023-12-15 01:24:12 +0000 | |
| commit | d1052ddfbe2431eb5d6c1d41301cdf2ad049b6de (patch) | |
| tree | fe0d8d0136127dcafa1e3dc3dd4cf4a31725a22e /dev/src/material/templates/partials/icons.html | |
| parent | c15103048d22c8e3171c8965b8cf15ca99494086 (diff) | |
| download | infini-d1052ddfbe2431eb5d6c1d41301cdf2ad049b6de.tar.gz infini-d1052ddfbe2431eb5d6c1d41301cdf2ad049b6de.zip | |
Deployed daa378d6 to dev with MkDocs 1.5.3 and mike 2.0.0
Diffstat (limited to 'dev/src/material/templates/partials/icons.html')
| -rw-r--r-- | dev/src/material/templates/partials/icons.html | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/dev/src/material/templates/partials/icons.html b/dev/src/material/templates/partials/icons.html deleted file mode 100644 index 3fb55a6e..00000000 --- a/dev/src/material/templates/partials/icons.html +++ /dev/null @@ -1,48 +0,0 @@ -{#- - This file was automatically generated - do not edit --#} -{% if config.theme.icon.admonition %} - {% set style = ["\x3cstyle\x3e:root{"] %} - {% for type, icon in config.theme.icon.admonition.items() %} - {% import ".icons/" ~ icon ~ ".svg" as icon %} - {% set _ = style.append( - "--md-admonition-icon--" ~ type ~ ":" ~ - "url('data:image/svg+xml;charset=utf-8," ~ - icon | replace("\n", "") ~ - "');" - ) %} - {% endfor %} - {% set _ = style.append("}\x3c/style\x3e") %} - {{ style | join }} -{% endif %} -{% if config.theme.icon.annotation %} - {% set style = ["\x3cstyle\x3e:root{"] %} - {% import ".icons/" ~ config.theme.icon.annotation ~ ".svg" as icon %} - {% set _ = style.append( - "--md-annotation-icon:" ~ - "url('data:image/svg+xml;charset=utf-8," ~ - icon | replace("\n", "") ~ - "');" - ) %} - {% set _ = style.append("}\x3c/style\x3e") %} - {{ style | join }} -{% endif %} -{% if config.theme.icon.tag %} - {% set style = ["\x3cstyle\x3e"] %} - {% for type, icon in config.theme.icon.tag.items() %} - {% import ".icons/" ~ icon ~ ".svg" as icon %} - {% if type != "default" %} - {% set modifier = "--" ~ type %} - {% endif %} - {% set _ = style.append( - ".md-tag" ~ modifier ~ "{" ~ - "--md-tag-icon:" ~ - "url('data:image/svg+xml;charset=utf-8," ~ - icon | replace("\n", "") ~ - "');" ~ - "}" - ) %} - {% endfor %} - {% set _ = style.append("\x3c/style\x3e") %} - {{ style | join }} -{% endif %} |
