refactor: rename class .icon to .gdoc-icon (#379)
BREAKING CHANGE: The class `.icon` was renamed to `.gdoc-icon` to avoid conflicts.
This commit is contained in:
parent
97937f3164
commit
b104d6ac70
20 changed files with 62 additions and 62 deletions
|
@ -2,7 +2,7 @@
|
|||
{{ range $key, $value := .Site.Data.sprites.geekdoc }}
|
||||
<div class="flex flex-grid icon-grid">
|
||||
<div class="flex align-center justify-center icon-grid__line">
|
||||
<svg class="icon {{ $key }}"><use xlink:href="#{{ $key }}"></use></svg>
|
||||
<svg class="gdoc-icon {{ $key }}"><use xlink:href="#{{ $key }}"></use></svg>
|
||||
</div>
|
||||
<div class="flex align-center justify-center icon-grid__line icon-grid__line--text">
|
||||
<span>#{{ (replace $key "_" "_<wbr>") | safeHTML }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue