mozilla-japan / translation

Mozilla 関連のドキュメント翻訳リクエストとステータス管理
217 stars 13 forks source link

CSS: カスケーディングスタイルシート > @import の更新 #740

Open happynow opened 7 months ago

happynow commented 7 months ago

更新対象ページ (日本語 URL)

https://developer.mozilla.org/ja/docs/Web/CSS/@import

更新内容・備考・ヘルプ

訳文の括弧書きを(@charset や @layer)から(@charset や @layer を除く)としたほうが誤解がないと思います。

訳文

@import ルールはスタイルシートの最上位で、他のアットルール(@charset や @layer)やスタイル宣言の前に定義する必要があり、そうしなければ無視されます。

原文

@import rule must be defined at the top of the stylesheet, before any other at-rule (except @charset and @layer) and style declarations, or it will be ignored. https://developer.mozilla.org/en-US/docs/Web/CSS/@import