forked from mirrors/misskey
feat(frontend): tabler-iconsのサブセット化 (#15340)
* feat(frontend): tabler-iconsの使用されていないアイコンを削除するように * fix * fix * fix * fix * fix * Update Changelog * enhance: tablerのCSSを使用されているクラスのみに限定 * 使用するアイコンパッケージをそろえる * Update CONTRIBUTING.md * Update CONTRIBUTING.md * spdx * typo * fix: サブセットから除外される書き方をしている部分を修正 * fix: 同じunicodeに複数のアイコンclassが割り当てられている場合に対応 * remove debug code * Update CHANGELOG.md * fix merge error * setup renovate * fix: woff2ではなくwoffに変換していたのを修正 * update deps * update changelog
This commit is contained in:
parent
c2478e5877
commit
e6e8bfa591
22 changed files with 457 additions and 23 deletions
|
|
@ -62,6 +62,12 @@
|
|||
'scripts/**/package.json',
|
||||
],
|
||||
},
|
||||
{
|
||||
groupName: '[icons-subsetter] Update dependencies',
|
||||
matchFileNames: [
|
||||
'packages/icons-subsetter/**/package.json',
|
||||
],
|
||||
},
|
||||
{
|
||||
groupName: '[GitHub Actions] Update dependencies',
|
||||
matchFileNames: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue