vektor-inc / x-t9

GNU General Public License v2.0
18 stars 1 forks source link

[ Design Bug Fix ] First aid for an issue where the value of --wp--preset--font-size--huge defined in theme.json is being overwritten by WordPress #293

Closed kurudrive closed 3 months ago

kurudrive commented 3 months ago
  1. 新規固定ページを作成(タイトル入力のみ / 本文は未入力)
  2. 公開画面で記事タイトルの文字が正常なのを確認
  3. コードビューで以下のコードを入力して保存
<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"primary"} -->
<div class="wp-block-button"><a class="wp-block-button__link has-primary-background-color has-background wp-element-button">Fill Button</a></div>
<!-- /wp:button -->

<!-- wp:button {"textColor":"primary","className":"is-style-outline"} -->
<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-primary-color has-text-color wp-element-button">Outline Button</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons -->
  1. 公開画面を見ると記事タイトルの文字サイズが 42px になる
  2. このブランチに切り替えて npm run build
  3. 公開画面を確認 -> 文字サイズが巨大になりすぎてない事を確認

どういう変更をしたか

とりあえず --wp--preset--font-size--huge を上書き