For Child theme Contributors and Developers

チャイルドテーマ制作を行う方へのご連絡

Raindrops テーマでは、チャイルドテーマを制作する場合に、親テーマのstyle.cssをチャイルドテーマの、style.cssで インポートする必要はありません。

Raindrops is no need import parent style.
[php]
@import url("../raindrops/style.css");
[/php]

レインドロップスは、チャイルドテーマを検知すると、CSSフレームワークなどと同様に自動的に、親スタイルをインクルードします。

Raindrops theme detect a child theme then autoload parent style.css


コメントは受け付けていません。